Click or drag to resize

ChequeTask Constructor

Main constructor

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

Parameters

cashPayment
Type: System.Decimal
settlementAddress
Type: System.String
settlementPlace
Type: System.String
customerDetailsInfo
Type: Resto.Front.Api.Data.Payments.OrganizationDetailsInfo
isRefund
Type: System.Boolean
isCancellation
Type: System.Boolean
sales
Type: System.Collections.Generic.List<ChequeSale>
cancellingSaleNumber
Type: System.Int32
discountPercent
Type: System.Nullable<Decimal>
increasePercent
Type: System.Nullable<Decimal>
resultSum
Type: System.Decimal
discountSum
Type: System.Nullable<Decimal>
increaseSum
Type: System.Nullable<Decimal>
prepaymentSum
Type: System.Decimal
tableNumberLocalized
Type: System.String
orderId
Type: System.Guid
orderNumber
Type: System.Int32
tableNumber
Type: System.Int32
printVat
Type: System.Boolean
printArticle
Type: System.Boolean
textAfterCheque
Type: Resto.Front.Api.Data.Print.Document
textBeforeCheque
Type: Resto.Front.Api.Data.Print.Document
isBuy
Type: System.Boolean
id
Type: System.Nullable<Guid>
cashierName
Type: System.String
cashierId
Type: System.Guid
cashierTaxpayerId
Type: System.String
See Also