SDKAdditionalCardData

data class SDKAdditionalCardData(val cardBrand: SDKCardBrand, val cardType: SDKCardType, val cvv: String?)

Additional transaction's card data information that cannot be obtained by reading the card

Parameters

sdkCardBrand

card brand (VISA, MASTER, etc)

sdkCardType

card type (CREDIT, DEBIT)

cvv

card cvv (this is optional)

Constructors

Link copied to clipboard
constructor(cardBrand: SDKCardBrand, cardType: SDKCardType, cvv: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val cvv: String?