POCardUpdateCVCRequest

@JsonClass(generateAdapter = true)
data class POCardUpdateCVCRequest(val cvc: String)

Request to update Card Verification Code of the card.

Parameters

cvc

Card Verification Code of the card.

Constructors

Link copied to clipboard
constructor(cvc: String)

Properties

Link copied to clipboard
val cvc: String