Class BarcodeCustomSectionData
Barcode section
Implements
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection.CustomSectionData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class BarcodeCustomSectionData : CustomSectionDataBase, ICustomSectionData
Properties
Type
Type of the custom section.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Data to display the barcode.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |