Click or drag to resize

VatInvoiceOrderItem Class

Order item model for VAT invoice.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.UIVatInvoiceOrderItem

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public class VatInvoiceOrderItem : ISerializable

The VatInvoiceOrderItem type exposes the following members.

Constructors
  NameDescription
Public methodVatInvoiceOrderItem
Initializes a new instance of the VatInvoiceOrderItem class
Protected methodVatInvoiceOrderItem(SerializationInfo, StreamingContext)
Initializes a new instance of the VatInvoiceOrderItem class
Top
Properties
  NameDescription
Public propertyAmount
Item amount.
Public propertyDiscountSum
Sum of discount of item.
Public propertyFullSumWithVat
Full sum of item with VAT. Does not include discounts and increases.
Public propertyGuestId
Id of Guest who bought the item.
Public propertyIncreaseSum
Sum of increase of item.
Public propertyMeasuringUnitName
Item measuring unit name.
Public propertyName
Item name.
Public propertyNumber
Item number.
Public propertyPriceWithoutVat
Item price without VAT.
Public propertyPriceWithVat
Item price with VAT.
Public propertySumWithoutVat
Sum of item without VAT. Includes discounts and increases.
Public propertySumWithVat
Sum of item with VAT. Includes discounts and increases.
Public propertyTaxCategoryId
Id of the ITaxCategory of the item.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also