BTVenmoAccountNonce

Objective-C

@interface BTVenmoAccountNonce : BTPaymentMethodNonce

Swift

class BTVenmoAccountNonce : BTPaymentMethodNonce

Contains information about a Venmo Account payment method

  • The username associated with the Venmo account

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *username;

    Swift

    var username: String? { get }
  • TThe primary billing address associated with the Venmo account

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) BTPostalAddress *billingAddress;

    Swift

    @NSCopying var billingAddress: BTPostalAddress? { get }
  • The primary shipping address associated with the Venmo account

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) BTPostalAddress *shippingAddress;

    Swift

    @NSCopying var shippingAddress: BTPostalAddress? { get }