Click or drag to resize

IClient Interface

Namespace:  Resto.Front.Api.V4.Data.Brd
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public interface IClient : ISerializable, 
	IEntity, IVersionedEntity

The IClient type exposes the following members.

Properties
  NameDescription
Public propertyAddresses
Public propertyBlacklistReason
Reason why client was added to blacklist.
Public propertyCardNumber
Public propertyComment
Public propertyDateCreated
Date of client's creation.
Public propertyEmails
Public propertyId (Inherited from IEntity.)
Public propertyIikoBizId
Id of client's account in iiko.biz.
Public propertyIikoNetId
Id of client's account in Plazius.
Public propertyInBlacklist
Is client in blacklist.
Public propertyLinkedCounteragent
Linked counteragent. Used for specific payment logic in delivery.
Public propertyMainAddressIndex
Public propertyMarketingSource
Advertising Source of customer (for example, some web site, call center)
Public propertyName
Public propertyNick
Public propertyPhones
Public propertyRevision (Inherited from IVersionedEntity.)
Public propertySurname
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodToEntityStub (Defined by IEntityExtensions.)
Top
See Also