CardSensitiveDataModel

@Serializable
data class CardSensitiveDataModel(val cardPan: String?, val cardSecurityCode: String?)

Card Sensitive Data.

Constructors

Link copied to clipboard
constructor(cardPan: String?, cardSecurityCode: String?)

Properties

Link copied to clipboard
@SerialName(value = "card_pan")
val cardPan: String?

Primary Account Number (PAN)

Link copied to clipboard
@SerialName(value = "card_security_code")
val cardSecurityCode: String?

Card Verification Code(CVC) or Card Verification Value(CVV)