Class PayloadGenerator.SwissQrCode.Reference
Inherited Members
Namespace: QRCoder
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.SwissQrCode.Reference
Constructors
Reference(ReferenceType, string, ReferenceTextType?)
Creates a reference object which must be passed to the SwissQrCode instance
Declaration
public Reference(PayloadGenerator.SwissQrCode.Reference.ReferenceType referenceType, string reference = null, PayloadGenerator.SwissQrCode.Reference.ReferenceTextType? referenceTextType = null)
Parameters
Type | Name | Description |
---|---|---|
PayloadGenerator.SwissQrCode.Reference.ReferenceType | referenceType | Type of the reference (QRR, SCOR or NON) |
string | reference | Reference text |
PayloadGenerator.SwissQrCode.Reference.ReferenceTextType? | referenceTextType | Type of the reference text (QR-reference or Creditor Reference) |
Properties
RefType
Declaration
public PayloadGenerator.SwissQrCode.Reference.ReferenceType RefType { get; }
Property Value
Type | Description |
---|---|
PayloadGenerator.SwissQrCode.Reference.ReferenceType |
ReferenceText
Declaration
public string ReferenceText { get; }
Property Value
Type | Description |
---|---|
string |