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