Method: Wire4Client::AccountReassigned.swagger_types

Defined in:
lib/wire4_client/models/account_reassigned.rb

.swagger_typesObject

Attribute type mapping.



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/wire4_client/models/account_reassigned.rb', line 81

def self.swagger_types
  {
    :'amount_limit' => :'Float',
    :'authorization_date' => :'DateTime',
    :'bank' => :'Institution',
    :'beneficiary_account' => :'String',
    :'email' => :'Array<String>',
    :'institution' => :'BeneficiaryInstitution',
    :'kind_of_relationship' => :'String',
    :'numeric_reference_spei' => :'String',
    :'payment_concept_spei' => :'String',
    :'person' => :'Person',
    :'register_date' => :'DateTime',
    :'relationship' => :'String',
    :'rfc' => :'String',
    :'status' => :'String'
  }
end