Method: TransferZero::PayoutMethodDetailsGBPBank.attribute_map
- Defined in:
- lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb', line 33 def self.attribute_map { :'first_name' => :'first_name', :'last_name' => :'last_name', :'bank_name' => :'bank_name', :'bank_account' => :'bank_account', :'sort_code' => :'sort_code', :'iban' => :'iban', :'bic' => :'bic' } end |