ChequeSale Class |
Namespace: Resto.Front.Api.Data.Device.Tasks
[SerializableAttribute] public class ChequeSale
The ChequeSale type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChequeSale | Main constructor |
Name | Description | |
---|---|---|
![]() | Amount | Amount. |
![]() | Code | Nomenclature article of product. |
![]() | Codes | List of product codes. Each outer list item represents a separate product unit; each inner list contains codes associated with that unit. |
![]() | Comment | Cheque sale items comment string. |
![]() | CommodityCode | Commodity code. |
![]() | CommodityMark | Commodity mark. |
![]() | Contractor | Contractor (user). |
![]() | Discount | Discount. |
![]() | DiscountSum | Discount sum. |
![]() | Ffd12 | FFD tags. |
![]() | FiscalTags | Additional fiscal tags. |
![]() | GtinCode | 14-digit Global Trade Item Number. |
![]() | GuestName | The name of the guest. |
![]() | Increase | Increase. |
![]() | IncreaseSum | Increase sum. |
![]() | IsCalculated | Is calculated tax flag |
![]() | IsSplitVat | Is VAT paid by customer |
![]() | IsTaxable | Is taxable? |
![]() | ItemCategory | Item category code attribute. |
![]() | KzChequeSaleData | Cheque sale item requisites for Kazakhstan |
![]() | MeasuringUnit | |
![]() | Name | Product name. |
![]() | OrderItemIds | List of order item IDs. Contains multiple elements if several order items are grouped into one line on cheque. Contains an empty collection for cheques not associated with orders and for advance payment cheques. |
![]() | Price | Price. |
![]() | ProductId | |
![]() | Section | Product section. |
![]() | Sum | Position cost, including all discounts and increases. |
![]() | TaricCode | TARIC code - Integrated Tariff of the European Communities. |
![]() | TaxId | Tax identifier. |
![]() | TransferType | Transfer type attribute. |
![]() | UkraineChequeSaleData | Cheque sale item requisites for Ukraine |
![]() | UzChequeSaleData | Cheque sale item requisites for Uzbekistan |
![]() | Vat | Tax rate in percent. Only if IsTaxable is true. |
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.) |