ChequeTask Class |
Namespace: Resto.Front.Api.Data.Device.Tasks
[SerializableAttribute] public class ChequeTask : BillTask
The ChequeTask type exposes the following members.
| Name | Description | |
|---|---|---|
| ChequeTask | Main constructor |
| Name | Description | |
|---|---|---|
| BillNumber | Bill (precheque) number. | |
| CancellingSaleNumber | The order number that will be canceled if cheque is refund. (Inherited from BillTask.) | |
| CardPayments | Card payments. | |
| CashierId | Cashier Id. (Inherited from CashRegisterTask.) | |
| CashierName | Cashier name. (Inherited from CashRegisterTask.) | |
| CashierTaxpayerId | Taxpayer Id of the cashier. (Inherited from CashRegisterTask.) | |
| CashPayment | Cash payment sum. | |
| ConsiderationSum | Consideration sum. | |
| CreditSum | Credit sum. | |
| CustomerName | Name of customer (person or organization). | |
| CustomerTin | Taxpayer Identification Number of customer (person or organization). | |
| DiscountPercent | Discount for subtotal in percent. (Inherited from BillTask.) | |
| DiscountSum | Discount for subtotal. (Inherited from BillTask.) | |
| Id | The task id. (Inherited from CashRegisterTask.) | |
| IncreasePercent | Increase for subtotal in percent. (Inherited from BillTask.) | |
| IncreaseSum | Increase for subtotal. (Inherited from BillTask.) | |
| IsCancellation | Belarus/Latvia localization specific option. The cashier can choose either cancellation or refund depending on the actual situation. Only the entire check can be cancelled. (Inherited from BillTask.) | |
| IsOfdElectronicChequeOnly | Form electronic cheque only. | |
| IsPrepay | Is prepay? | |
| IsRefund | Indicates whether the cheque is refund (Storno in Resto). (Inherited from BillTask.) | |
| OfdEmail | Email for receipt copy of cheque. | |
| OfdPhoneNumber | Phone number for receipt copy of cheque. | |
| OperationTime | Operation time. | |
| OrderId | Order id for payment/return operations. Pass null for other operations. | |
| OrderNumber | Order number. (Inherited from BillTask.) | |
| PrepaymentSum | Advance payment sum. | |
| PrintArticle | Print product article. (Inherited from BillTask.) | |
| PrintVat | Print VAT. (Inherited from BillTask.) | |
| ResultSum | The resulting sum. (Inherited from BillTask.) | |
| RoundSum | Rounded sum in favor of the client. | |
| Sales | Sales. (Inherited from BillTask.) | |
| SettlementAddress | Address of settlement. | |
| SettlementPlace | Place of settlement. | |
| TableNumber | Table number. (Inherited from BillTask.) | |
| TableNumberLocalized | Order number and table number localized string. (Inherited from BillTask.) | |
| TaxationSystem | Taxation system. | |
| TextAfterCheque | Text to print at the beginning of a document. (Inherited from BillTask.) | |
| TextBeforeCheque | Text to print at the end of a document. (Inherited from BillTask.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |