BookTransferServiceAsyncImpl

Functions

Link copied to clipboard
open suspend override fun create(params: BookTransferCreateParams, requestOptions: RequestOptions): BookTransferResponse

Book transfer funds between two financial accounts or between a financial account and card

Link copied to clipboard
open suspend fun list(requestOptions: RequestOptions): BookTransferListPageAsync

open suspend override fun list(params: BookTransferListParams, requestOptions: RequestOptions): BookTransferListPageAsync

List book transfers

Link copied to clipboard
open suspend fun retrieve(bookTransferToken: String, requestOptions: RequestOptions): BookTransferResponse
open suspend override fun retrieve(params: BookTransferRetrieveParams, requestOptions: RequestOptions): BookTransferResponse

open suspend fun retrieve(bookTransferToken: String, params: BookTransferRetrieveParams = BookTransferRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): BookTransferResponse

Get book transfer by token

Link copied to clipboard
open suspend fun reverse(bookTransferToken: String, requestOptions: RequestOptions): BookTransferResponse
open suspend override fun reverse(params: BookTransferReverseParams, requestOptions: RequestOptions): BookTransferResponse

open suspend fun reverse(bookTransferToken: String, params: BookTransferReverseParams = BookTransferReverseParams.none(), requestOptions: RequestOptions = RequestOptions.none()): BookTransferResponse

Reverse a book transfer

Link copied to clipboard

Returns a view of this service with the given option modifications applied.

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.