Table of Contents

Class AnybillKeyValueLineExtension

Namespace
anybill.POS.Client.Models.Receipt.Data.Line.Extension
Assembly
anybill.POS.Client.Abstractions.dll
public class AnybillKeyValueLineExtension : AnybillLineBaseExtension
Inheritance
AnybillKeyValueLineExtension
Inherited Members

Properties

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