Class Reference
Represents either a QR reference or an ISO 11649 Creditor Reference for a payment within a SwissQRCode.
Inheritance
System.Object
Reference
Namespace: Telerik.Barcode
Assembly: Telerik.Maui.Controls.dll
Syntax
public class Reference : Object
Constructors
Reference(ReferenceType, String)
Initializes a new instance of the Reference class.
Declaration
public Reference(ReferenceType type, string reference = null)
Parameters
Reference Must contain the code QRR where a QR-IBAN is used; where the IBAN is used, either the SCOR or NON code can be entered. |
System. Either a QR reference or an ISO 11649 Creditor Reference. |
Properties
ReferenceValue
Gets the reference value.
Declaration
public string ReferenceValue { get; }
Property Value
System.
|
Type
Gets the type of the reference.
Declaration
public ReferenceType Type { get; }