Class AnybillDefaultLineExtension
- Assembly
- anybill.POS.Client.Abstractions.dll
Anybill extensions to the default line object of the version '1.0.0' of the DFKA.
public class AnybillDefaultLineExtension : AnybillLineBaseExtension
- Inheritance
-
AnybillDefaultLineExtension
- Inherited Members
Properties
CategoryId
Category of the line. Unknown categories will be ignored.
public Guid? CategoryId { get; set; }
Property Value
- Guid?
Discounts
Applied discount for this line.
public List<DefaultLineDiscount> Discounts { get; set; }
Property Value
EquivalentValue
Equivalent value of the amount, which is optionally displayed.
public string EquivalentValue { get; set; }
Property Value
FullAmountInclVatBeforeDiscounts
The total gross total amount of this line. A precision of up to 5 decimal places is used.
public decimal? FullAmountInclVatBeforeDiscounts { get; set; }
Property Value
LineReturnReference
Use this property if the item in this line is a returned item: The return reference represents references to the original receipt, where the product was bought.
public LineReturnReference LineReturnReference { get; set; }
Property Value
SequenceNumber
The sequence number of the line item. Used to display the correct order.
public override int SequenceNumber { get; set; }
Property Value
Type
The type discriminator of the line.
public LineType Type { get; }