Sha256: fbc7e0e0dc4ffcf6d127a4a57466d48ffe34f327e93b19f72c47a826bbeb4cd6
Contents?: true
Size: 546 Bytes
Versions: 25
Compression:
Stored size: 546 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, :transaction_fee_amount, :transaction_fee_currency_iso_code, :description def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
25 entries across 25 versions & 1 rubygems