Table of Contents

Class CustomSection

Namespace
anybill.POS.Client.Models.Receipt.Misc.Extension.CustomSection
Assembly
anybill.POS.Client.Abstractions.dll

A custom section which can be defined to add custom attributes

public class CustomSection
Inheritance
CustomSection
Inherited Members

Properties

Data

Data of the custom section

public List<CustomSectionDataBase> Data { get; set; }

Property Value

List<CustomSectionDataBase>

Position

Position where the section should be displayed.

public CustomSectionPosition Position { get; set; }

Property Value

CustomSectionPosition

Section

Referenced section to display the custom section.

public CustomSectionType Section { get; set; }

Property Value

CustomSectionType

Title

Title of the custom section. Especially relevant for the SDK.

public string Title { get; set; }

Property Value

string