Class KeyValueCustomSectionData
KeyValue section
Implements
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection.CustomSectionData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class KeyValueCustomSectionData : CustomSectionDataBase, ICustomSectionData
Properties
Key
Text of the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type of the custom section.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Text of the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |