Sha256: c76815b2d9a2ac38de284487a99d6e0b7e546fafffa0333e5729825d90667b59

Contents?: true

Size: 973 Bytes

Versions: 8

Compression:

Stored size: 973 Bytes

Contents

module Braintree
  class Transaction
    class PayPalDetails
      include BaseModule

      attr_reader :authorization_id
      attr_reader :capture_id
      attr_reader :custom_field
      attr_reader :debug_id
      attr_reader :description
      attr_reader :image_url
      attr_reader :payee_email
      attr_reader :payee_id
      attr_reader :payer_email
      attr_reader :payer_first_name
      attr_reader :payer_id
      attr_reader :payer_last_name
      attr_reader :payer_status
      attr_reader :payment_id
      attr_reader :refund_from_transaction_fee_amount
      attr_reader :refund_from_transaction_fee_currency_iso_code
      attr_reader :refund_id
      attr_reader :seller_protection_status
      attr_reader :token
      attr_reader :transaction_fee_amount
      attr_reader :transaction_fee_currency_iso_code

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-2.103.0 lib/braintree/transaction/paypal_details.rb
braintree-2.102.0 lib/braintree/transaction/paypal_details.rb
braintree-2.101.0 lib/braintree/transaction/paypal_details.rb
braintree-2.100.0 lib/braintree/transaction/paypal_details.rb
braintree-2.99.0 lib/braintree/transaction/paypal_details.rb
braintree-2.98.0 lib/braintree/transaction/paypal_details.rb
braintree-2.97.0 lib/braintree/transaction/paypal_details.rb
braintree-2.96.0 lib/braintree/transaction/paypal_details.rb