VatInvoiceOrderItem Class |
Namespace: Resto.Front.Api.UI
[SerializableAttribute] public class VatInvoiceOrderItem : ISerializable
The VatInvoiceOrderItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | VatInvoiceOrderItem | Initializes a new instance of the VatInvoiceOrderItem class |
![]() | VatInvoiceOrderItem(SerializationInfo, StreamingContext) | Initializes a new instance of the VatInvoiceOrderItem class |
Name | Description | |
---|---|---|
![]() | Amount | Item amount. |
![]() | DiscountSum | Sum of discount of item. |
![]() | FullSumWithVat | Full sum of item with VAT. Does not include discounts and increases. |
![]() | GuestId | Id of Guest who bought the item. |
![]() | IncreaseSum | Sum of increase of item. |
![]() | MeasuringUnitName | Item measuring unit name. |
![]() | Name | Item name. |
![]() | Number | Item number. |
![]() | PriceWithoutVat | Item price without VAT. |
![]() | PriceWithVat | Item price with VAT. |
![]() | SumWithoutVat | Sum of item without VAT. Includes discounts and increases. |
![]() | SumWithVat | Sum of item with VAT. Includes discounts and increases. |
![]() | TaxCategoryId | Id of the ITaxCategory of the item. |
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.) |
![]() | GetObjectData | |
![]() | 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.) |