Table of Contents

Class AnybillDiscountLineExtension

Namespace
anybill.POS.Client.Models.Receipt.Data.Line.Extension
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

string

SequenceNumber

The sequence number of the line item. Used to display the correct order.

public override int SequenceNumber { get; set; }

Property Value

int

Type

The type discriminator of the line.

public LineType Type { get; }

Property Value

LineType