Sha256: 7d78343e10349f7724a7ca6499577388683ec5d8e4b9cbde87337c8602bbda83

Contents?: true

Size: 1.25 KB

Versions: 12

Compression:

Stored size: 1.25 KB

Contents

module Braintree
  class Transaction
    class PaymentReceipt
      class CardPresentData
        include BaseModule

        attr_reader :application_cryptogram
        attr_reader :application_identifier
        attr_reader :application_interchange_profile
        attr_reader :application_name
        attr_reader :application_transaction_counter
        attr_reader :application_usage_control
        attr_reader :authorization_mode
        attr_reader :authorization_response_code
        attr_reader :card_entry_method
        attr_reader :card_sequence_number
        attr_reader :cardholder_verification_method_results
        attr_reader :cashback_amount
        attr_reader :cryptogram_information_data
        attr_reader :issuer_action_code_default
        attr_reader :issuer_action_code_denial
        attr_reader :issuer_action_code_online
        attr_reader :issuer_authentication_data
        attr_reader :terminal_country_code
        attr_reader :terminal_transaction_date
        attr_reader :terminal_transaction_type
        attr_reader :terminal_verification_result
        attr_reader :unpredictable_number

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

Version data entries

12 entries across 12 versions & 1 rubygems

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