Click or drag to resize

CashRegisterTask Constructor

Main constructor

Namespace: Resto.Front.Api.Data.Device.Tasks
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CashRegisterTask(
	Guid? id,
	string cashierName,
	Guid cashierId,
	string cashierTaxpayerId
)

Parameters

id  NullableGuid
 
cashierName  String
 
cashierId  Guid
 
cashierTaxpayerId  String
 
See Also