Sha256: 0331528cdfea5779f6e730bd88e98ef260c6a47cb78263ed81450a006a9d88d0

Contents?: true

Size: 854 Bytes

Versions: 7

Compression:

Stored size: 854 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_id
      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

7 entries across 7 versions & 1 rubygems

Version Path
braintree-2.95.0 lib/braintree/transaction/paypal_details.rb
braintree-2.94.0 lib/braintree/transaction/paypal_details.rb
braintree-2.93.0 lib/braintree/transaction/paypal_details.rb
braintree-2.92.0 lib/braintree/transaction/paypal_details.rb
braintree-2.91.0 lib/braintree/transaction/paypal_details.rb
braintree-2.90.0 lib/braintree/transaction/paypal_details.rb
braintree-2.89.0 lib/braintree/transaction/paypal_details.rb