An object containing a list of transfers.

interface CustomerTransferList {
    meta: PagingResultMeta;
    transfers: CustomerTransfer[];
}

Properties

Properties

Paging information regarding the returned records, when response is paginated.

transfers: CustomerTransfer[]

List of transfers.