Sha256: aca05affbc0d0d9e6286c9b1a928259eb7ae7e434bd34a613694ee9203148fb8

Contents?: true

Size: 418 Bytes

Versions: 61

Compression:

Stored size: 418 Bytes

Contents

module Braintree
  class MerchantAccount
    class IndividualDetails
      include BaseModule

      attr_reader :first_name, :last_name, :email, :phone, :date_of_birth, :ssn_last_4,
        :address_details

      def initialize(attributes)
        set_instance_variables_from_hash attributes unless attributes.nil?
        @address_details = MerchantAccount::AddressDetails.new(@address)
      end
    end
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
braintree-2.64.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.63.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.62.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.61.1 lib/braintree/merchant_account/individual_details.rb
braintree-2.61.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.60.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.59.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.58.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.57.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.56.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.55.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.54.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.50.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.49.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.48.1 lib/braintree/merchant_account/individual_details.rb
braintree-2.48.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.47.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.46.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.45.0 lib/braintree/merchant_account/individual_details.rb
braintree-2.44.0 lib/braintree/merchant_account/individual_details.rb