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.V9 (in Resto.Front.Api.V9.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
Type: SystemGuid
Identifier of linked customer
name
Type: SystemString
Name of organization.
code
Type: SystemString
Taxpayer Identification Number, INN of organization.
accountingReasonCode
Type: SystemString
Tax Registration Reason Code, KPP of organization.
address
Type: SystemString
Legal address of organization.
fullAddressIndex
Type: SystemString
Full address of organization: Index.
fullAddressCountry
Type: SystemString
Full address of organization: Country.
fullAddressRegion
Type: SystemString
Full address of organization: Region.
fullAddressCity
Type: SystemString
Full address of organization: City.
fullAddressStreet
Type: SystemString
Full address of organization: Street.
fullAddressHouse
Type: SystemString
Full address of organization: House.
See Also