Sha256: 8c2865d9bd8f66f234e84129c933eebc73933441242cc71957b5ec140e0da3e7

Contents?: true

Size: 463 Bytes

Versions: 6

Compression:

Stored size: 463 Bytes

Contents

module Braintree
  class Transaction
    class PayPalDetails
      include BaseModule

      attr_reader :custom_field, :payer_email, :payment_id, :authorization_id, :token,
        :image_url, :debug_id, :payee_email, :payer_id, :payer_first_name, :payer_last_name,
        :seller_protection_status, :capture_id, :refund_id

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
braintree-2.46.0 lib/braintree/transaction/paypal_details.rb
braintree-2.45.0 lib/braintree/transaction/paypal_details.rb
braintree-2.44.0 lib/braintree/transaction/paypal_details.rb
braintree-2.43.0 lib/braintree/transaction/paypal_details.rb
braintree-2.42.0 lib/braintree/transaction/paypal_details.rb
braintree-2.41.0 lib/braintree/transaction/paypal_details.rb