PCIPCVVOnlyCard
public class PCIPCVVOnlyCard: NSObject
This class represents a previously tokenized card used in the CVV-only tokenization/verification flow.
-
The masked card number, e.g. “489537xxxxxx6287”
Declaration
Swift
public var maskedCardNumber: String -
Expiry date
Declaration
Swift
public var expiryDate: CardExpiryDate -
Use this to initialize a CVV only object.
Declaration
Swift
public init(type: PaymentMethodType, maskedCardNumber: String, expiryDate: CardExpiryDate)Parameters
typee.g. Visa or Mastercard
maskedCardNumberThe masked card number, e.g. “489537xxxxxx6287”
expiryDateExpiry date
View on GitHub