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.3.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.2.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.1.0 lib/braintree/transaction/paypal_here_details.rb
braintree-4.0.0 lib/braintree/transaction/paypal_here_details.rb
braintree-3.4.0 lib/braintree/transaction/paypal_here_details.rb
braintree-3.3.0 lib/braintree/transaction/paypal_here_details.rb
braintree-3.2.0 lib/braintree/transaction/paypal_here_details.rb
braintree-3.1.0 lib/braintree/transaction/paypal_here_details.rb
braintree-3.0.1 lib/braintree/transaction/paypal_here_details.rb
braintree-2.104.1 lib/braintree/transaction/paypal_here_details.rb
braintree-2.104.0 lib/braintree/transaction/paypal_here_details.rb
braintree-2.103.0 lib/braintree/transaction/paypal_here_details.rb
braintree-2.102.0 lib/braintree/transaction/paypal_here_details.rb
braintree-2.101.0 lib/braintree/transaction/paypal_here_details.rb
braintree-2.100.0 lib/braintree/transaction/paypal_here_details.rb
braintree-2.99.0 lib/braintree/transaction/paypal_here_details.rb
braintree-2.98.0 lib/braintree/transaction/paypal_here_details.rb