Functions

Link copied to clipboard
@MustBeClosed
open suspend fun list(cardToken: String, requestOptions: RequestOptions): HttpResponseFor<CardBalanceListPageAsync>
open suspend override fun list(params: CardBalanceListParams, requestOptions: RequestOptions): HttpResponseFor<CardBalanceListPageAsync>

@MustBeClosed
open suspend fun list(cardToken: String, params: CardBalanceListParams = CardBalanceListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<CardBalanceListPageAsync>

Returns a raw HTTP response for get /v1/cards/{card_token}/balances, but is otherwise the same as BalanceServiceAsync.list.

Link copied to clipboard

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