Main constructor
Namespace:
Resto.Front.Api.Data.Device.Tasks
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax 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,
Guid? id,
string cashierName,
Guid cashierId,
string cashierTaxpayerId
)
Parameters
- cashPayment
- Type: SystemDecimal
- settlementAddress
- Type: SystemString
- settlementPlace
- Type: SystemString
- customerDetailsInfo
- Type: Resto.Front.Api.Data.PaymentsOrganizationDetailsInfo
- 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
- prepaymentSum
- Type: SystemDecimal
- tableNumberLocalized
- Type: SystemString
- orderId
- Type: SystemGuid
- orderNumber
- Type: SystemInt32
- tableNumber
- Type: SystemInt32
- printVat
- Type: SystemBoolean
- printArticle
- Type: SystemBoolean
- textAfterCheque
- Type: Resto.Front.Api.Data.PrintDocument
- textBeforeCheque
- Type: Resto.Front.Api.Data.PrintDocument
- id
- Type: SystemNullableGuid
- cashierName
- Type: SystemString
- cashierId
- Type: SystemGuid
- cashierTaxpayerId
- Type: SystemString
See Also