DocumentAICompanyDto
namestringnullablerequired
taxIdentificationNumberstringnullablerequired
emailAddressstringnullablerequired
phoneNumberstringnullablerequired
address objectnullablerequired
streetstringnullablerequired
citystringnullablerequired
postalCodestringnullablerequired
statestringnullablerequired
countryCodestringnullablerequired
DocumentAICompanyDto
{
"name": "string",
"taxIdentificationNumber": "string",
"emailAddress": "string",
"phoneNumber": "string",
"address": {
"street": "string",
"city": "string",
"postalCode": "string",
"state": "string",
"countryCode": "string"
}
}