-
The billing address.
Declaration
Swift
public let billingAddress: BTPostalAddress?
-
Client Metadata ID associated with this transaction.
Declaration
Swift
public let clientMetadataID: String?
-
Payer’s email address.
Declaration
Swift
public let email: String?
-
Payer’s first name.
Declaration
Swift
public let firstName: String?
-
Payer’s last name.
Declaration
Swift
public let lastName: String?
-
The one-time use payment method nonce.
Declaration
Swift
public let nonce: String
-
Payer ID associated with this transaction.
Declaration
Swift
public let payerID: String?
-
Payer’s phone number.
Declaration
Swift
public let phone: String?
-
The shipping address.
Declaration
Swift
public let shippingAddress: BTPostalAddress?
-
The type of the tokenized payment.
Declaration
Swift
public let type: String?