retrieveSpendLimits

@MustBeClosed
open suspend fun retrieveSpendLimits(cardToken: String, params: CardRetrieveSpendLimitsParams = CardRetrieveSpendLimitsParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<CardSpendLimits>

Returns a raw HTTP response for get /v1/cards/{card_token}/spend_limits, but is otherwise the same as CardServiceAsync.retrieveSpendLimits.


@MustBeClosed
abstract suspend fun retrieveSpendLimits(params: CardRetrieveSpendLimitsParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<CardSpendLimits>
@MustBeClosed
open suspend fun retrieveSpendLimits(cardToken: String, requestOptions: RequestOptions): HttpResponseFor<CardSpendLimits>

See also