Sha256: b39a3da608e7d64e6400999df951b33cd2806f9bfe891081ef1c7f6961f13857

Contents?: true

Size: 932 Bytes

Versions: 11

Compression:

Stored size: 932 Bytes

Contents

module Braintree
  class Transaction
    class ApplePayDetails
      include BaseModule

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

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