class Braintree::EnrichedCustomerData
Attributes
Public Class Methods
Source
# File lib/braintree/enriched_customer_data.rb, line 17 def self._new(*args) self.new(*args) end
Protected Class Methods
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