Click or drag to resize

IOperationServiceGetCafeSessionByCashRegister Method

Returns current open cafe session on cash register.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
ICafeSession GetCafeSessionByCashRegister(
	ICashRegisterInfo cashRegister
)

Parameters

cashRegister
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register

Return Value

Type: ICafeSession
See Also