PCIPTokenizationSuccess
public class PCIPTokenizationSuccess: NSObject
This class aggregates the results of a successful PCI Proxy tokenization.
-
Object representing the (credit or debit) card which was used for this PCI Proxy tokenization.
Declaration
Swift
public let cardInfo: PCIPCardInfo
-
The payment method used for this PCI Proxy tokenization.
Declaration
Swift
public let paymentMethodType: PaymentMethodType
-
The resulting tokenizationId.
Declaration
Swift
public let tokenizationId: String