update

open suspend fun update(cardToken: String, params: CardUpdateParams = CardUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none()): Card

Update the specified properties of the card. Unsupplied properties will remain unchanged.

Note: setting a card to a CLOSED state is a final action that cannot be undone.


abstract suspend fun update(params: CardUpdateParams, requestOptions: RequestOptions = RequestOptions.none()): Card
open suspend fun update(cardToken: String, requestOptions: RequestOptions): Card

See also