Method: Wire4Client::CompanyRegistered.attribute_map
- Defined in:
- lib/wire4_client/models/company_registered.rb
.attribute_map ⇒ Object
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/company_registered.rb', line 37 def self.attribute_map { :'business_name' => :'business_name', :'certificate' => :'certificate', :'comercial_name' => :'comercial_name', :'company_id' => :'company_id', :'rfc' => :'rfc', :'status' => :'status' } end |