Click or drag to resize

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

Initializes a new instance of the ExternalCompanyInfo class.

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.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  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