Table of Contents

Class AnybillLineBaseExtension

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

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

public abstract class AnybillLineBaseExtension
Inheritance
AnybillLineBaseExtension
Derived
Inherited Members

Properties

SequenceNumber

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

public abstract int SequenceNumber { get; set; }

Property Value

int

Sublines

Sublines of a lines. Nesting is limited to 1

public List<LineBase> Sublines { get; set; }

Property Value

List<LineBase>