Class AnybillDiscountLineExtension
- Assembly
- anybill.POS.Client.Abstractions.dll
public class AnybillDiscountLineExtension : AnybillLineBaseExtension
- Inheritance
-
AnybillDiscountLineExtension
- Inherited Members
Properties
EquivalentValue
Equivalent value of the amount, which is optionally displayed.
public string EquivalentValue { 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; }