Class CustomSectionDataBase
- Assembly
- anybill.POS.Client.Abstractions.dll
The custom section data object.
public abstract class CustomSectionDataBase : ICustomSectionData
- Inheritance
-
CustomSectionDataBase
- Implements
- Derived
- Inherited Members
Properties
CustomSectionId
Unique Id of the custom section data. Used to identify specific content for the sdk.
public string CustomSectionId { get; set; }
Property Value
SequenceNumber
The sequence number of the custom section data. Used to display the correct order.
public int SequenceNumber { get; set; }