Table of Contents

Class QrCodeCustomSectionData

Namespace
anybill.POS.Client.Models.Receipt.Misc.Extension.CustomSection.CustomSectionData
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

string

Value

Data to display the QR code.

public string Value { get; set; }

Property Value

string