Table of Contents

Class CustomSectionDataBase

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

string

SequenceNumber

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

public int SequenceNumber { get; set; }

Property Value

int