Sha256: 32ae332d158b050590fcee6f6b412dd90040f09d4c42fdbaf1e2055de39eadbd

Contents?: true

Size: 425 Bytes

Versions: 10

Compression:

Stored size: 425 Bytes

Contents

module Braintree
  class Transaction
    class PaymentReceipt
      class MerchantAddress
        include BaseModule

        attr_reader :locality
        attr_reader :phone
        attr_reader :postal_code
        attr_reader :region
        attr_reader :street_address

        def initialize(attributes)
          set_instance_variables_from_hash attributes unless attributes.nil?
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
braintree-4.23.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.22.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.21.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.20.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.19.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.18.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.17.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.16.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.15.0 lib/braintree/transaction/payment_receipt/merchant_address.rb
braintree-4.14.0 lib/braintree/transaction/payment_receipt/merchant_address.rb