BTCardNonce
@objcMembers
public class BTCardNonce : BTPaymentMethodNonce
Contains information about a tokenized card.
-
The card network.
Declaration
Swift
public var cardNetwork: BTCardNetwork
-
The expiration month of the card, if available.
Declaration
Swift
public var expirationMonth: String?
-
The expiration year of the card, if available.
Declaration
Swift
public var expirationYear: String?
-
The name of the cardholder, if available.
Declaration
Swift
public var cardholderName: String?
-
The last two digits of the card, if available.
Declaration
Swift
public var lastTwo: String?
-
The last four digits of the card, if available.
Declaration
Swift
public var lastFour: String?
-
The BIN number of the card, if available.
Declaration
Swift
public var bin: String?
-
The BIN data for the card number associated with this nonce.
Declaration
Swift
public var binData: BTBinData
-
The 3D Secure info for the card number associated with this nonce.
Declaration
Swift
public var threeDSecureInfo: BTThreeDSecureInfo
-
Details about the regulatory environment and applicable customer authentication regulation for a potential transaction. This can be used to make an informed decision whether to perform 3D Secure authentication.
Declaration
Swift
public var authenticationInsight: BTAuthenticationInsight?