Interface ICustomSectionData
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection.CustomSectionData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface ICustomSectionData
Properties
SequenceNumber
The sequence number of the custom section data. Used to display the correct order.
Declaration
int SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |