public class CompanyInformation extends Object
Constructor and Description |
---|
CompanyInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getDateOfIncorporation()
The date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD |
String |
getName()
Name of company, as a customer
|
String |
getVatNumber()
Local VAT number of the company
|
void |
setDateOfIncorporation(String value)
The date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD |
void |
setName(String value)
Name of company, as a customer
|
void |
setVatNumber(String value)
Local VAT number of the company
|
public String getDateOfIncorporation()
public void setDateOfIncorporation(String value)
public String getName()
public void setName(String value)
public String getVatNumber()
public void setVatNumber(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.