Method: Wire4Client::AccountDetail.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



37
38
39
40
41
42
43
44
45
46
# File 'lib/wire4_client/models/account_detail.rb', line 37

def self.attribute_map
  {
    :'address' => :'address',
    :'business_name' => :'business_name',
    :'constitution_date' => :'constitution_date',
    :'emails' => :'emails',
    :'legal_representatives' => :'legal_representatives',
    :'rfc' => :'rfc'
  }
end