Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.65 KB

File metadata and controls

26 lines (23 loc) · 1.65 KB

CompanyInformationViewModel

Properties

Name Type Description Notes
id string Gets or sets encrypted company Id. [optional]
name string Gets or sets company name. [optional]
address1 string Gets or sets company address. [optional]
address2 string Gets or sets company second address. [optional]
zip_code string Gets or sets company zip code. [optional]
city string Gets or sets company city info. [optional]
phone string Gets or sets company phone. [optional]
fax string Gets or sets company fax. [optional]
tax_no string Gets or sets company tax number. [optional]
email string Gets or sets company email. [optional]
website string Gets or sets company web site. [optional]
org_no string Gets or sets company Org number. [optional]
country_code int Gets or sets company country code. [optional]
country string Gets or sets company country. [optional]
phone_prefix int Gets or sets company phone prefix. [optional]
properties map[string,null] Gets or sets company properties. [optional]
currency \Swagger\Client\Model\CurrencyViewModel [optional]
time_zone_info \Swagger\Client\Model\TimeZoneViewModel [optional]

[Back to Model list] [Back to API list] [Back to README]