Class Item
Detailed description of a line item.
Inheritance
System.Object
Item
Namespace: anybill.POS.Client.Models.Bill.Data.Line.Item
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Item
Properties
Extension
Anybill specific extensions.
Declaration
public AnybillItemExtension Extension { get; set; }
Property Value
Type | Description |
---|---|
AnybillItemExtension |
Number
Item number of the item / product sold or the service provided.
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PricePerUnit
Gross price of the item / product or provided service per unit. PricePerUnit * Quantity = SUM(VatAmounts[*].InclVat) A precision of 5 decimal places is used.
Declaration
public decimal PricePerUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Quantity
Quantity of the item / product sold or provided service. A precision of 5 decimal places is used.
Declaration
public decimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
QuantityMeasure
Quantity measure of the quantity specified.
Declaration
public QuantityMeasure QuantityMeasure { get; set; }
Property Value
Type | Description |
---|---|
QuantityMeasure |