Click or drag to resize

IClient Interface

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

The IClient type exposes the following members.

Properties
  NameDescription
Public propertyAddresses
Public propertyBirthDate
Date the client was born.
Public propertyBlacklistReason
Reason why client was added to blacklist.
Public propertyCardNumber
Public propertyComment
Public propertyDateCreated
Date of client's creation.
Public propertyEmails
Public propertyGender
Gender.
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 propertyLastOrderDate
Date of last order client done.
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 propertyPersonalDataConsent
Has the client given a consent for personal data processing.
Public propertyPhones
Public propertyReceivesNotifications
Does the client receive SMS notifications, or not.
Public propertyRevision
Incremental version of the entity.
Public propertySurname
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also