POCardUpdateRequest

data class POCardUpdateRequest(val cardId: String, val cvc: String? = null, val preferredScheme: String? = null)

Request to update card information.

Parameters

cardId

Unique identifier of the tokenized card.

cvc

Card Verification Code. Pass null to keep existing value.

preferredScheme

Preferred scheme defined by the Customer. This gets priority when processing the Transaction. If you wish to update this back to empty, you can use the value none. Pass null to keep existing value.

Constructors

Link copied to clipboard
constructor(cardId: String, cvc: String? = null, preferredScheme: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cvc: String? = null
Link copied to clipboard
val preferredScheme: String? = null