PCIPCVVOnlyCard
@objc(DTPCIPCVVOnlyCard)
@objcMembers
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
type
e.g. Visa or Mastercard
maskedCardNumber
The masked card number, e.g. “489537xxxxxx6287”
expiryDate
Expiry date