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.