Sha256: 895e08882f070bc6741f61dd78f5ec4ac4dc33428dad10ae258eace37890e254
Contents?: true
Size: 355 Bytes
Versions: 3
Compression:
Stored size: 355 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 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
braintree-2.40.0 | lib/braintree/transaction/paypal_details.rb |
braintree-2.39.0 | lib/braintree/transaction/paypal_details.rb |
braintree-2.38.0 | lib/braintree/transaction/paypal_details.rb |