Class
Reference

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

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class Reference

Inheritance: objectReference

Constructors

Reference(ReferenceType, string)

Initializes a new instance of the Reference class.

Declaration

cs-api-definition
public Reference(ReferenceType type, string reference = null)

Parameters

type

ReferenceType

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.

reference

string

Either a QR reference or an ISO 11649 Creditor Reference.

Properties

ReferenceValue

Gets the reference value.

Declaration

cs-api-definition
public string ReferenceValue { get; }

Property Value

string

Type

Gets the type of the reference.

Declaration

cs-api-definition
public ReferenceType Type { get; }

Property Value

ReferenceType