Method: Wire4Client::AccountDetail.swagger_types

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

.swagger_typesObject

Attribute type mapping.



49
50
51
52
53
54
55
56
57
58
# File 'lib/wire4_client/models/account_detail.rb', line 49

def self.swagger_types
  {
    :'address' => :'AddressCompany',
    :'business_name' => :'String',
    :'constitution_date' => :'String',
    :'emails' => :'Array<String>',
    :'legal_representatives' => :'Array<String>',
    :'rfc' => :'String'
  }
end