| ExternalCompanyInfo Constructor (String, String, String, String, String, String, String, String, String, String, String) | 
  
    Namespace: 
   Resto.Front.Api.Data.Brd
    Assembly:
   Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
 Syntax
Syntaxpublic ExternalCompanyInfo(
	string companyName,
	string taxId,
	string fiscalCode,
	string recipientCode,
	string email,
	string postcode,
	string country,
	string region,
	string city,
	string street,
	string building
)
Parameters
- companyName
- Type: SystemString
 Company name
- taxId
- Type: SystemString
 Tax ID.
- fiscalCode
- Type: SystemString
 Fiscal code.
- recipientCode
- Type: SystemString
 Recipient code.
- email
- Type: SystemString
 Email.
- postcode
- Type: SystemString
 Postcode.
- country
- Type: SystemString
 Country.
- region
- Type: SystemString
 Region.
- city
- Type: SystemString
 City.
- street
- Type: SystemString
 Street.
- building
- Type: SystemString
 Building.
 See Also
See Also