IEditSessionChangeClientReceivesLoyaltySystemNotifications Method |
Changes whether client receives loyalty system notification messages.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid ChangeClientReceivesLoyaltySystemNotifications(
bool receivesLoyaltySystemNotifications,
IClientStub client
)
Parameters
- receivesLoyaltySystemNotifications Boolean
- Whether client receives loyalty system notification messages
- client IClientStub
- Changing client
See Also