Interface ICustomSectionData
- Assembly
- anybill.POS.Client.Abstractions.dll
public interface ICustomSectionData
Properties
CustomSectionId
Unique Id of the custom section data. Used to identify specific content for the sdk.
string CustomSectionId { get; set; }
Property Value
SequenceNumber
The sequence number of the custom section data. Used to display the correct order.
int SequenceNumber { get; set; }