class Braintree::Transaction::UsBankAccountDetails
Attributes
account_holder_name[R]
account_type[R]
ach_mandate[R]
bank_name[R]
global_id[R]
image_url[R]
last_4[R]
routing_number[R]
token[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/transaction/us_bank_account_details.rb, line 16 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? @ach_mandate = attributes[:ach_mandate] ? AchMandate.new(attributes[:ach_mandate]) : nil end