Click or drag to resize

ChequeSale Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ChequeSale(
	string name,
	string code,
	decimal? price,
	decimal? amount,
	string guestName,
	int section,
	decimal? vat,
	decimal? discountSum,
	decimal? increaseSum,
	decimal? sum,
	string taxId,
	ChequeTransferType transferType
)

Parameters

name
Type: SystemString
code
Type: SystemString
price
Type: SystemNullableDecimal
amount
Type: SystemNullableDecimal
guestName
Type: SystemString
section
Type: SystemInt32
vat
Type: SystemNullableDecimal
discountSum
Type: SystemNullableDecimal
increaseSum
Type: SystemNullableDecimal
sum
Type: SystemNullableDecimal
taxId
Type: SystemString
transferType
Type: Resto.Front.Api.Data.Device.TasksChequeTransferType
See Also