class Braintree::EnrichedCustomerData

Attributes

fields_updated[R]
profile_data[R]

Public Class Methods

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

Protected Class Methods

new(attributes) click to toggle source
# File lib/braintree/enriched_customer_data.rb, line 8
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
  @profile_data = VenmoProfileData._new(attributes[:profile_data])
end