Click or drag to resize

ZReportTask Constructor

Main constructor

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

Parameters

printCashRegisterTape  Boolean
 
id  NullableGuid
 
cashierName  String
 
cashierId  Guid
 
cashierTaxpayerId  String
 
See Also