Interface: GetSepaTransfersResponse
Represents the response structure for fetching a list of SEPA transfers.Properties
meta?
Metadata about the pagination state of the response, such as the current page and total pages.optional
meta:PaginationState
transfers
transfers: SepaTransfer
[]
An array of SepaTransfer objects, each containing details about a specific
transfer.