Class AnybillItemExtension
Anybill extensions to the item object of the version '1.0.0' of the DFKA.
Inheritance
System.Object
AnybillItemExtension
Namespace: anybill.POS.Client.Models.Bill.Data.Line.Item.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AnybillItemExtension
Properties
Gtin
Gtin (ean) of the product sold.
Declaration
public string Gtin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Plu
Price lookup code of the item / product oder service sold.
Declaration
public string Plu { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PricePerUnitBeforeDiscounts
Original gross price of the item / product or provided service per unit before discounts were applied. PricePerUnit * Quantity = SUM(VatAmounts[*].InclVat) A precision of 5 decimal places is used.
Declaration
public decimal? PricePerUnitBeforeDiscounts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Warranty
Warranty of the item / product sold.
Declaration
public Warranty Warranty { get; set; }
Property Value
Type | Description |
---|---|
Warranty |