New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents either a QR reference or an ISO 11649 Creditor Reference for a payment within a SwissQRCode.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class Reference

Inheritance: objectReference

Constructors

Initializes a new instance of the Reference class.

C#
public Reference(ReferenceType type, string reference = null)
Parameters:typeReferenceType

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.

referencestring

Either a QR reference or an ISO 11649 Creditor Reference.

Properties

Gets the reference value.

C#
public string ReferenceValue { get; }

Gets the type of the reference.

C#
public ReferenceType Type { get; }