Click or drag to resize

OrganizationDetailsInfo Class

Organization details information.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsOrganizationDetailsInfo

Namespace: Resto.Front.Api.Data.Payments
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public sealed class OrganizationDetailsInfo

The OrganizationDetailsInfo type exposes the following members.

Constructors
 NameDescription
Public methodOrganizationDetailsInfo Initializes a new instance of the OrganizationDetailsInfo class.
Top
Properties
 NameDescription
Public propertyAccountingReasonCode Tax Registration Reason Code, KPP of organization.
Public propertyAddress Legal address of organization.
Public propertyCode Taxpayer Identification Number, INN of organization.
Public propertyCustomerId Identifier of linked customer.
Public propertyFullAddressCity Full address of organization: City.
Public propertyFullAddressCountry Full address of organization: Country.
Public propertyFullAddressHouse Full address of organization: House.
Public propertyFullAddressIndex Full address of organization: Index.
Public propertyFullAddressRegion Full address of organization: Region.
Public propertyFullAddressStreet Full address of organization: Street.
Public propertyName Name of organization.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also