Sha256: af3b52db34049c3d0f522ed9c037730deb4d9fb427811ad1530e57e054af56f7
Contents?: true
Size: 315 Bytes
Versions: 3
Compression:
Stored size: 315 Bytes
Contents
module Braintree class Transaction class PayPalDetails include BaseModule attr_reader :payer_email, :payment_id, :authorization_id, :token, :image_url 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.33.1 | lib/braintree/transaction/paypal_details.rb |
braintree-2.33.0 | lib/braintree/transaction/paypal_details.rb |
braintree-2.32.1 | lib/braintree/transaction/paypal_details.rb |