Sha256: fdf75e49f8ca364056e96c891d37a86338136dc6e9acf9d9aee5abc1e6aed194

Contents?: true

Size: 428 Bytes

Versions: 10

Compression:

Stored size: 428 Bytes

Contents

module Braintree
  class EnrichedCustomerData
    include BaseModule

    attr_reader :fields_updated
    attr_reader :profile_data

    def initialize(attributes) # :nodoc:
      set_instance_variables_from_hash(attributes)
      @profile_data = VenmoProfileData._new(attributes[:profile_data])
    end

    class << self
      protected :new
    end

    def self._new(*args) # :nodoc:
      self.new(*args)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/enriched_customer_data.rb
braintree-4.14.0 lib/braintree/enriched_customer_data.rb
braintree-4.13.0 lib/braintree/enriched_customer_data.rb
braintree-4.12.0 lib/braintree/enriched_customer_data.rb
braintree-4.11.0 lib/braintree/enriched_customer_data.rb
braintree-4.10.0 lib/braintree/enriched_customer_data.rb
braintree-4.9.0 lib/braintree/enriched_customer_data.rb
braintree-4.8.0 lib/braintree/enriched_customer_data.rb
braintree-4.7.0 lib/braintree/enriched_customer_data.rb
braintree-4.6.0 lib/braintree/enriched_customer_data.rb