Click or drag to resize

PrintTextTask Constructor

Main constructor

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

Parameters

document
Type: Resto.Front.Api.Data.PrintDocument
id
Type: SystemNullableGuid
cashierName
Type: SystemString
cashierId
Type: SystemGuid
cashierTaxpayerId
Type: SystemString
See Also