Class Reference
Represents either a QR reference or an ISO 11649 Creditor Reference for a payment within a SwissQRCode.
Inheritance
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class Reference
Constructors
Reference(ReferenceType, String)
Initializes a new instance of the Reference class.
Declaration
public Reference(ReferenceType type, string reference = null)
Parameters
ReferenceType
type
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.String
reference
Either a QR reference or an ISO 11649 Creditor Reference. |
Properties
ReferenceValue
Gets the reference value.
Declaration
public string ReferenceValue { get; }
Property Value
System.String
|
Type
Gets the type of the reference.
Declaration
public ReferenceType Type { get; }
Property Value
ReferenceType
|