update
open suspend fun update(accountToken: String, params: AccountUpdateParams = AccountUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none()): Account
Update account configuration such as state or spend limits. Can only be run on accounts that are part of the program managed by this API key. Accounts that are in the PAUSED state will not be able to transact or create new cards.
abstract suspend fun update(params: AccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none()): Account