Click or drag to resize

OrganizationDetailsInfo Constructor

Initializes a new instance of the OrganizationDetailsInfo class.

Namespace: Resto.Front.Api.Data.Payments
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public OrganizationDetailsInfo(
	Guid customerId,
	string name,
	string code,
	string accountingReasonCode,
	string address,
	string fullAddressIndex,
	string fullAddressCountry,
	string fullAddressRegion,
	string fullAddressCity,
	string fullAddressStreet,
	string fullAddressHouse
)

Parameters

customerId  Guid
Identifier of linked customer
name  String
Name of organization.
code  String
Taxpayer Identification Number, INN of organization.
accountingReasonCode  String
Tax Registration Reason Code, KPP of organization.
address  String
Legal address of organization.
fullAddressIndex  String
Full address of organization: Index.
fullAddressCountry  String
Full address of organization: Country.
fullAddressRegion  String
Full address of organization: Region.
fullAddressCity  String
Full address of organization: City.
fullAddressStreet  String
Full address of organization: Street.
fullAddressHouse  String
Full address of organization: House.
See Also