Click or drag to resize

IEditSessionChangeClientReceivesLoyaltySystemNotifications Method

Changes whether client receives loyalty system notification messages.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeClientReceivesLoyaltySystemNotifications(
	bool receivesLoyaltySystemNotifications,
	IClientStub client
)

Parameters

receivesLoyaltySystemNotifications  Boolean
Whether client receives loyalty system notification messages
client  IClientStub
Changing client
See Also