Click or drag to resize

ICashRegisterFactoryCreate Method

Create cash register.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ICashRegister Create(
	Guid deviceId,
	CashRegisterSettings settings
)

Parameters

deviceId  Guid
Cash register id.
settings  CashRegisterSettings
Cash register settings.

Return Value

ICashRegister
Cash register device.
See Also