Class QrCodeCustomSectionData
QrCode section
Implements
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection.CustomSectionData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class QrCodeCustomSectionData : 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 QR code.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |