ClassReference
Class
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
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
Either a QR reference or an ISO 11649 Creditor Reference.
Properties
ReferenceValue
Gets the reference value.
Type
Gets the type of the reference.