Method: Wire4Client::AccountReassigned.attribute_map
- Defined in:
- lib/wire4_client/models/account_reassigned.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/wire4_client/models/account_reassigned.rb', line 61 def self.attribute_map { :'amount_limit' => :'amount_limit', :'authorization_date' => :'authorization_date', :'bank' => :'bank', :'beneficiary_account' => :'beneficiary_account', :'email' => :'email', :'institution' => :'institution', :'kind_of_relationship' => :'kind_of_relationship', :'numeric_reference_spei' => :'numeric_reference_spei', :'payment_concept_spei' => :'payment_concept_spei', :'person' => :'person', :'register_date' => :'register_date', :'relationship' => :'relationship', :'rfc' => :'rfc', :'status' => :'status' } end |