iikoFront Api V8 Code Reference
iikoFront Api V8 Code Reference
Resto.Front.Api.Devices
ICashRegisterFactory Interface
ICashRegisterFactory Methods
Create Method
ICashRegisterFactory
Create Method
Create cash register.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
Copy
ICashRegister
Create
(
Guid
deviceId
,
CashRegisterSettings
settings
)
Parameters
deviceId
Type:
System
Guid
Cash register id.
settings
Type:
Resto.Front.Api.Data.Device.Settings
CashRegisterSettings
Cash register settings.
Return Value
Type:
ICashRegister
Cash register device.
See Also
Reference
ICashRegisterFactory Interface
Resto.Front.Api.Devices Namespace