Sha256: 94d38ed2b8a1600c0085cd993e3e41ecabe6bc9123c7aeeeee6873af3a49e757

Contents?: true

Size: 826 Bytes

Versions: 8

Compression:

Stored size: 826 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 :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_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.88.0 lib/braintree/transaction/paypal_details.rb
braintree-2.87.0 lib/braintree/transaction/paypal_details.rb
braintree-2.86.0 lib/braintree/transaction/paypal_details.rb
braintree-2.85.0 lib/braintree/transaction/paypal_details.rb
braintree-2.84.0 lib/braintree/transaction/paypal_details.rb
braintree-2.83.0 lib/braintree/transaction/paypal_details.rb
braintree-2.82.0 lib/braintree/transaction/paypal_details.rb
braintree-2.81.0 lib/braintree/transaction/paypal_details.rb