Sha256: bcbf58a72cfe62a4213b4810267b2d12d5680171bc1118c2b628e495c0a3aa40

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 Bytes

Contents

module Braintree
  class Transaction
    class PayPalDetails
      include BaseModule

      attr_reader :payer_email, :payment_id, :authorization_id, :token,
        :image_url, :debug_id, :payee_email

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
braintree-2.37.0 lib/braintree/transaction/paypal_details.rb
braintree-2.36.0 lib/braintree/transaction/paypal_details.rb
braintree-2.35.0 lib/braintree/transaction/paypal_details.rb
braintree-2.34.1 lib/braintree/transaction/paypal_details.rb
braintree-2.34.0 lib/braintree/transaction/paypal_details.rb