| ChequeSale Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Resto.Front.Api.Data.Device.Tasks
 Syntax
Syntax[SerializableAttribute] public class ChequeSale
The ChequeSale type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ChequeSale | Main constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Amount | Amount. | 
|  | Code | Nomenclature article of product. | 
|  | Comment | Cheque sale items comment string. | 
|  | CommodityCode | Commodity code. | 
|  | Contractor | Contractor (user). | 
|  | Discount | Discount. | 
|  | DiscountSum | Discount sum. | 
|  | GtinCode | 14-digit Global Trade Item Number. | 
|  | GuestName | The name of the guest. | 
|  | Increase | Increase. | 
|  | IncreaseSum | Increase sum. | 
|  | IsTaxable | Is taxable? | 
|  | ItemCategory | Item category code attribute. | 
|  | Name | Product name. | 
|  | Price | Price. | 
|  | ProductId | |
|  | Section | Product section. | 
|  | Sum | Position cost, including all discounts and increases. | 
|  | TaxId | Tax identifier. | 
|  | TransferType | Transfer type attribute. | 
|  | Vat | Tax rate in percent. Only if IsTaxable is true. | 
 Methods
Methods| 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.) | 
 See Also
See Also