Sha256: de6a2e590b045af499007d2d1fc034fdcdcc708a7f57f7aadaf3c25d9217663a

Contents?: true

Size: 627 Bytes

Versions: 37

Compression:

Stored size: 627 Bytes

Contents

module Braintree
  class Transaction
    class PayPalHereDetails
      include BaseModule

      attr_reader :authorization_id
      attr_reader :capture_id
      attr_reader :invoice_id
      attr_reader :last_4
      attr_reader :payment_id
      attr_reader :payment_type
      attr_reader :refund_id
      attr_reader :transaction_fee_amount
      attr_reader :transaction_fee_currency_iso_code
      attr_reader :transaction_initiation_date
      attr_reader :transaction_updated_date

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
braintree-4.23.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.22.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.21.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.20.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.19.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.18.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.17.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.16.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.15.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.14.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.13.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.12.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.11.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.10.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.9.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.8.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.7.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.6.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.5.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.4.0 lib/braintree/transaction/paypal_here_details.rb