class Braintree::Transaction::LocalPaymentDetails
Attributes
capture_id[R]
custom_field[R]
debug_id[R]
description[R]
funding_source[R]
payer_id[R]
payment_id[R]
refund_from_transaction_fee_amount[R]
refund_from_transaction_fee_currency_iso_code[R]
refund_id[R]
transaction_fee_amount[R]
transaction_fee_currency_iso_code[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/transaction/local_payment_details.rb, line 19 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end