Financial Transaction Service Async Impl
Functions
Link copied to clipboard
open suspend fun list(cardToken: String, requestOptions: RequestOptions): CardFinancialTransactionListPageAsync
open suspend override fun list(params: CardFinancialTransactionListParams, requestOptions: RequestOptions): CardFinancialTransactionListPageAsync
open suspend fun list(cardToken: String, params: CardFinancialTransactionListParams = CardFinancialTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): CardFinancialTransactionListPageAsync
List the financial transactions for a given card.
Link copied to clipboard
open suspend fun retrieve(financialTransactionToken: String, params: CardFinancialTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialTransaction
Get the card financial transaction for the provided token.
open suspend override fun retrieve(params: CardFinancialTransactionRetrieveParams, requestOptions: RequestOptions): FinancialTransaction
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): FinancialTransactionServiceAsync
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.