CardDataV3
public struct CardDataV3 : Codable
Child structure of CustomerIdentifyDataResponseV3.
-
Credit card token, can be optionally provided.
Declaration
Swift
public var cardToken: String? -
Last four digits of Credit card number, can be optionally provided.
Declaration
Swift
public var cardLast4: String? -
Expiry date of card.
example: 07/30
Declaration
Swift
public var cardExpDate: String? -
Name on card of the Customer.
Declaration
Swift
public var nameOnCard: String? -
Postal Code of the customer.
Declaration
Swift
public var postalCode: String?