Class CompanyInformation
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CompanyInformation
Properties
DateOfIncorporation
The date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD
Declaration
public string DateOfIncorporation { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of company, as a customer
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
VatNumber
Local VAT number of the company
Declaration
public string VatNumber { get; set; }
Property Value
Type | Description |
---|---|
string |