class Braintree::VenmoProfileData

Attributes

billing_address[R]
email[R]
first_name[R]
last_name[R]
phone_number[R]
shipping_address[R]
username[R]

Public Class Methods

_new(*args) click to toggle source
# File lib/braintree/venmo_profile_data.rb, line 21
def self._new(*args)
  self.new(*args)
end

Protected Class Methods

new(attributes) click to toggle source
# File lib/braintree/venmo_profile_data.rb, line 13
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
end