Method: TransferZero::PayoutMethodDetailsUSDBank.attribute_map
- Defined in:
- lib/transferzero-sdk/models/payout_method_details_usd_bank.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/transferzero-sdk/models/payout_method_details_usd_bank.rb', line 50 def self.attribute_map { :'first_name' => :'first_name', :'middle_name' => :'middle_name', :'last_name' => :'last_name', :'phone_number' => :'phone_number', :'bank_code' => :'bank_code', :'bank_account' => :'bank_account', :'bank_account_type' => :'bank_account_type', :'bank_name' => :'bank_name', :'routing_number' => :'routing_number', :'swift_code' => :'swift_code', :'iban' => :'iban', :'street' => :'street', :'transfer_reason' => :'transfer_reason', :'country' => :'country', :'birth_date' => :'birth_date' } end |