class Braintree::Transaction::PayPalDetails
Attributes
billing_agreement_id[R]
capture_id[R]
custom_field[R]
debug_id[R]
description[R]
image_url[R]
implicitly_vaulted_payment_method_global_id[R]
implicitly_vaulted_payment_method_token[R]
payee_email[R]
payee_id[R]
payer_email[R]
payer_first_name[R]
payer_id[R]
payer_last_name[R]
payer_status[R]
payment_id[R]
refund_from_transaction_fee_amount[R]
refund_from_transaction_fee_currency_iso_code[R]
refund_id[R]
seller_protection_status[R]
tax_id[R]
tax_id_type[R]
token[R]
transaction_fee_amount[R]
transaction_fee_currency_iso_code[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/transaction/paypal_details.rb, line 33 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end