Table of Contents

Class KeyValueCustomSectionData

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

KeyValue section

public class KeyValueCustomSectionData : CustomSectionDataBase, ICustomSectionData
Inheritance
KeyValueCustomSectionData
Implements
Inherited Members

Properties

Key

Text of the key.

public string Key { get; set; }

Property Value

string

Type

Type of the custom section.

public string Type { get; }

Property Value

string

Value

Text of the value.

public string Value { get; set; }

Property Value

string