BTVenmoAccountNonce
@objcMembers
public class BTVenmoAccountNonce : BTPaymentMethodNonce
Contains information about a Venmo Account payment method
-
The email associated with the Venmo account
Declaration
Swift
public var email: String?
-
The external ID associated with the Venmo account
Declaration
Swift
public var externalID: String?
-
The first name associated with the Venmo account
Declaration
Swift
public var firstName: String?
-
The last name associated with the Venmo account
Declaration
Swift
public var lastName: String?
-
The phone number associated with the Venmo account
Declaration
Swift
public var phoneNumber: String?
-
The username associated with the Venmo account
Declaration
Swift
public var username: String?
-
The primary billing address associated with the Venmo account
Declaration
Swift
public var billingAddress: BTPostalAddress?
-
The primary shipping address associated with the Venmo account
Declaration
Swift
public var shippingAddress: BTPostalAddress?