Method: NucleusApi::Business.swagger_types

Defined in:
lib/nucleus_api/models/business.rb

.swagger_typesObject

Attribute type mapping.



120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# File 'lib/nucleus_api/models/business.rb', line 120

def self.swagger_types
  {
    :'address' => :'Array<BusinessAddress>',
    :'category' => :'String',
    :'create_date' => :'DateTime',
    :'dba_name' => :'String',
    :'email' => :'String',
    :'id' => :'String',
    :'identification_number' => :'String',
    :'identification_number_type' => :'String',
    :'incorporation_country' => :'String',
    :'incorporation_date' => :'Date',
    :'incorporation_state' => :'String',
    :'is_active' => :'BOOLEAN',
    :'is_public' => :'BOOLEAN',
    :'is_verified' => :'BOOLEAN',
    :'legal_name' => :'String',
    :'legal_structure' => :'String',
    :'metadata' => :'Hash<String, String>',
    :'ownership' => :'Array<Ownership>',
    :'phone_number' => :'String',
    :'secondary_id' => :'String',
    :'status' => :'String',
    :'subcategory' => :'String',
    :'ticker' => :'String',
    :'update_date' => :'DateTime',
    :'website' => :'String'
  }
end