Table of Contents

Interface ICustomSectionData

Namespace
anybill.POS.Client.Models.Receipt.Misc.Extension.CustomSection.CustomSectionData
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

string

SequenceNumber

The sequence number of the custom section data. Used to display the correct order.

int SequenceNumber { get; set; }

Property Value

int