retrieveSpendLimits

@MustBeClosed
open suspend fun retrieveSpendLimits(accountToken: String, params: AccountRetrieveSpendLimitsParams = AccountRetrieveSpendLimitsParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<AccountSpendLimits>

Returns a raw HTTP response for get /v1/accounts/{account_token}/spend_limits, but is otherwise the same as AccountServiceAsync.retrieveSpendLimits.


@MustBeClosed
abstract suspend fun retrieveSpendLimits(params: AccountRetrieveSpendLimitsParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<AccountSpendLimits>
@MustBeClosed
open suspend fun retrieveSpendLimits(accountToken: String, requestOptions: RequestOptions): HttpResponseFor<AccountSpendLimits>

See also