Class AnybillTextLineExtension
Namespace: anybill.POS.Client.Models.Bill.Data.Line.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AnybillTextLineExtension : AnybillLineBaseExtension
Properties
SequenceNumber
The sequence number of the line item. Used to display the correct order.
Declaration
public override int SequenceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
Type
The type discriminator of the line. If no value is provided a default line is expected.
Declaration
public override string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |