BTApplePayCardNonce
@objcMembers
public class BTApplePayCardNonce : BTPaymentMethodNonce
Contains information about a tokenized Apple Pay card.
-
The BIN data for the card number associated with this nonce.
Declaration
Swift
public let binData: BTBinData -
This Boolean indicates whether this tokenized card is a device-specific account number (DPAN) or merchant/cloud token (MPAN). Available on iOS 16+. If
isDeviceTokenisfalse, then token type is MPANDeclaration
Swift
public var isDeviceToken: Bool
View on GitHub