class Braintree::Transaction::LocalPaymentDetails
Attributes
capture_id[R]
custom_field[R]
debug_id[R]
description[R]
funding_source[R]
implicitly_vaulted_payment_method_global_id[R]
implicitly_vaulted_payment_method_token[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 21 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end