BTPayPalAccountNonce
@objcMembers
public class BTPayPalAccountNonce : BTPaymentMethodNonce
Contains information about a PayPal payment method
-
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?
-
Payer’s phone number.
Declaration
Swift
public let phone: String?
-
The billing address.
Declaration
Swift
public let billingAddress: BTPostalAddress?
-
The shipping address.
Declaration
Swift
public let shippingAddress: BTPostalAddress?
-
Client metadata id associated with this transaction.
Declaration
Swift
public let clientMetadataID: String?
-
Optional. Payer id associated with this transaction. Will be provided for Vault and Checkout.
Declaration
Swift
public let payerID: String?
-
Optional. Credit financing details if the customer pays with PayPal Credit. Will be provided for Vault and Checkout.
Declaration
Swift
public let creditFinancing: BTPayPalCreditFinancing?