Main constructor
 
    Namespace: 
   Resto.Front.Api.Data.Device.Tasks
    Assembly:
   Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
 Syntax
Syntaxpublic BillTask(
	bool isRefund,
	bool isCancellation,
	List<ChequeSale> sales,
	int cancellingSaleNumber,
	decimal? discountPercent,
	decimal? increasePercent,
	decimal resultSum,
	decimal? discountSum,
	decimal? increaseSum,
	string tableNumberLocalized,
	Guid orderId,
	int orderNumber,
	int tableNumber,
	bool printVat,
	bool printArticle,
	string textAfterCheque,
	string textBeforeCheque,
	Guid? id,
	string cashierName,
	Guid cashierId,
	string cashierTaxpayerId
)
Parameters
- 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
 
- orderId
- Type: SystemGuid
 
- 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
See Also