Click or drag to resize

ChequeSale Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.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
)

Parameters

name
Type: System.String
code
Type: System.String
price
Type: System.Nullable<Decimal>
amount
Type: System.Nullable<Decimal>
guestName
Type: System.String
section
Type: System.Int32
vat
Type: System.Nullable<Decimal>
discountSum
Type: System.Nullable<Decimal>
increaseSum
Type: System.Nullable<Decimal>
sum
Type: System.Nullable<Decimal>
taxId
Type: System.String
See Also