ExternalCompanyInfo(String, String, String, String, String, String, String, String, String, String, String, String) Constructor |
Namespace: Resto.Front.Api.Data.BrdAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic ExternalCompanyInfo(
string companyName,
string taxId,
string fiscalCode,
string recipientCode,
string email,
string postcode,
string country,
string region,
string city,
string street,
string building,
string financiallyResponsiblePerson
)
Parameters
- companyName String
- Company name
- taxId String
- Tax ID.
- fiscalCode String
- Fiscal code.
- recipientCode String
- Recipient code.
- email String
- Email.
- postcode String
- Postcode.
- country String
- Country.
- region String
- Region.
- city String
- City.
- street String
- Street.
- building String
- Building.
- financiallyResponsiblePerson String
- Financially responsible person.
See Also