Main constructor
Namespace:
Resto.Front.Api.Data.Device.Tasks
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax 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: 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
See Also