Class CompanyInfo
Contains company address information
Constructors
CompanyInfo()
Initializes a new instance of the CompanyInfo class.
Properties
Address1
First address line.
Property Value
- string
First address line.
Address2
Second address line.
Property Value
- string
Second address line.
City
City.
Property Value
- string
City.
Country
ISO country number.
Property Value
- int?
ISO country number.
PostCode
Post/zip code.
Property Value
- string
Post/zip code.
Methods
Equals(CompanyInfo)
Compares two CompanyInfo objects.
Parameters
otherCompanyInfoThe other CompanyInfo to compare with.
Returns
- bool
True if equals, false otherwise.