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)