Table of Contents

Class AnybillItemExtension

Namespace
anybill.POS.Client.Models.Receipt.Data.Line.Item.Extension
Assembly
anybill.POS.Client.Abstractions.dll

Anybill extensions to the item object of the version '1.0.0' of the DFKA.

public class AnybillItemExtension
Inheritance
AnybillItemExtension
Inherited Members

Properties

CustomQuantityMeasure

Custom quantity measure type used if Item.QuantityMeasure can't be used. Don't use this value if Item.QuantityMeasure can be implement in your application.

public string CustomQuantityMeasure { get; set; }

Property Value

string

Gtin

Gtin (ean) of the product sold.

public string Gtin { get; set; }

Property Value

string

Plu

Price lookup code of the item / product oder service sold.

public string Plu { get; set; }

Property Value

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.

public decimal? PricePerUnitBeforeDiscounts { get; set; }

Property Value

decimal?

SerialNumber

The serial number of the product.

public string SerialNumber { get; set; }

Property Value

string

Warranty

Warranty of the item / product sold.

public Warranty Warranty { get; set; }

Property Value

Warranty