Class QrCodeCustomSectionData
- Assembly
- anybill.POS.Client.Abstractions.dll
QrCode section
public class QrCodeCustomSectionData : CustomSectionDataBase, ICustomSectionData
- Inheritance
-
QrCodeCustomSectionData
- Implements
- Inherited Members
Properties
Type
Type of the custom section.
public string Type { get; }
Property Value
Value
Data to display the QR code.
public string Value { get; set; }