CardNonce
open class CardNonce @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(val string: String, val isDefault: Boolean, val cardType: String, val lastTwo: String, val lastFour: String, val bin: String, val binData: BinData, val authenticationInsight: AuthenticationInsight?, val expirationMonth: String, val expirationYear: String, val cardholderName: String) : PaymentMethodNonce
PaymentMethodNonce representing a credit or debit card.
Constructors
Properties
Link copied to clipboard
Details about the regulatory environment and applicable customer authentication regulation for a potential transaction. You may use this to make an informed decision whether to perform 3D Secure authentication.
Link copied to clipboard
The name of the cardholder.
Link copied to clipboard
The expiration month of the card.
Link copied to clipboard
The expiration year of the card.