Sha256: 02d68fe588390b989864d2c64420e99deb0d5088b59a8805bcbd74b9eec87d8c

Contents?: true

Size: 850 Bytes

Versions: 24

Compression:

Stored size: 850 Bytes

Contents

module Braintree
  class Transaction
    class ApplePayDetails
      include BaseModule

      attr_reader :bin
      attr_reader :card_type
      attr_reader :cardholder_name
      attr_reader :expiration_month
      attr_reader :expiration_year
      attr_reader :image_url
      attr_reader :last_4
      attr_reader :payment_instrument_name
      attr_reader :source_description
      attr_reader :token
      attr_reader :prepaid
      attr_reader :healthcare
      attr_reader :debit
      attr_reader :durbin_regulated
      attr_reader :commercial
      attr_reader :payroll
      attr_reader :issuing_bank
      attr_reader :country_of_issuance
      attr_reader :product_id
      attr_reader :global_id

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
braintree-4.12.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.11.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.10.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.9.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.8.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.7.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.6.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.5.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.4.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.3.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.2.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.1.0 lib/braintree/transaction/apple_pay_details.rb
braintree-4.0.0 lib/braintree/transaction/apple_pay_details.rb
braintree-3.4.0 lib/braintree/transaction/apple_pay_details.rb
braintree-3.3.0 lib/braintree/transaction/apple_pay_details.rb
braintree-3.2.0 lib/braintree/transaction/apple_pay_details.rb
braintree-3.1.0 lib/braintree/transaction/apple_pay_details.rb
braintree-3.0.1 lib/braintree/transaction/apple_pay_details.rb
braintree-2.104.1 lib/braintree/transaction/apple_pay_details.rb
braintree-2.104.0 lib/braintree/transaction/apple_pay_details.rb