CardReadExtract

data class CardReadExtract(val paymentMethod: PaymentMethod, val cardBin: String, val issuerCountryAlpha2: String? = null, val consumerPaymentDevice: String? = null)

Constructors

Link copied to clipboard
constructor(paymentMethod: PaymentMethod, cardBin: String, issuerCountryAlpha2: String? = null, consumerPaymentDevice: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val paymentMethod: PaymentMethod