Sha256: 0d84b8916c00ce979896f8b020418b32e644627443d22e76af13f1b958a57ce5

Contents?: true

Size: 1.16 KB

Versions: 21

Compression:

Stored size: 1.16 KB

Contents

module Braintree
  class Transaction
    class PayPalDetails
      include BaseModule

      attr_reader :authorization_id
      attr_reader :billing_agreement_id
      attr_reader :capture_id
      attr_reader :custom_field
      attr_reader :debug_id
      attr_reader :description
      attr_reader :image_url
      attr_reader :implicitly_vaulted_payment_method_global_id
      attr_reader :implicitly_vaulted_payment_method_token
      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 :tax_id
      attr_reader :tax_id_type
      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

21 entries across 21 versions & 1 rubygems

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