CardActivationRequest

data class CardActivationRequest(val lastFourDigits: String, val cvv: String)

Data class containing the needed information for card activation.

Constructors

Link copied to clipboard
constructor(lastFourDigits: String, cvv: String)

Properties

Link copied to clipboard
val cvv: String

CVV of the card.

Link copied to clipboard

The last four-digit of the PAN.