OrganizationDetailsInfo Constructor |
Initializes a new instance of the OrganizationDetailsInfo class.
Namespace:
Resto.Front.Api.Data.Payments
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax public OrganizationDetailsInfo(
Guid customerId,
string name,
string code,
string accountingReasonCode,
string address
)
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.
See Also