Click or drag to resize

ChequeTask Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public ChequeTask(
	decimal cashPayment,
	Guid? orderId,
	string settlementAddress,
	string settlementPlace,
	string customerName,
	string customerTin,
	bool isRefund,
	bool isCancellation,
	List<ChequeSale> sales,
	int cancellingSaleNumber,
	decimal? discountPercent,
	decimal? increasePercent,
	decimal resultSum,
	decimal? discountSum,
	decimal? increaseSum,
	string tableNumberLocalized,
	int orderNumber,
	int tableNumber,
	bool printVat,
	bool printArticle,
	string textAfterCheque,
	string textBeforeCheque,
	Guid? id,
	string cashierName,
	Guid cashierId,
	string cashierTaxpayerId
)

Parameters

cashPayment
Type: SystemDecimal
orderId
Type: SystemNullableGuid
settlementAddress
Type: SystemString
settlementPlace
Type: SystemString
customerName
Type: SystemString
customerTin
Type: SystemString
isRefund
Type: SystemBoolean
isCancellation
Type: SystemBoolean
sales
Type: System.Collections.GenericListChequeSale
cancellingSaleNumber
Type: SystemInt32
discountPercent
Type: SystemNullableDecimal
increasePercent
Type: SystemNullableDecimal
resultSum
Type: SystemDecimal
discountSum
Type: SystemNullableDecimal
increaseSum
Type: SystemNullableDecimal
tableNumberLocalized
Type: SystemString
orderNumber
Type: SystemInt32
tableNumber
Type: SystemInt32
printVat
Type: SystemBoolean
printArticle
Type: SystemBoolean
textAfterCheque
Type: SystemString
textBeforeCheque
Type: SystemString
id
Type: SystemNullableGuid
cashierName
Type: SystemString
cashierId
Type: SystemGuid
cashierTaxpayerId
Type: SystemString
See Also