Click or drag to resize

ExternalCompanyInfo Constructor (String, String, String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the ExternalCompanyInfo class.

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public 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
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.
financiallyResponsiblePerson
Type: SystemString
Financially responsible person.
See Also