Class ReferenceType
Represents the types of payment reference that can be added to a SwissQRCode.
Inheritance
Namespace: Telerik.Barcode
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ReferenceType : Enum
Fields
NON
No reference value is provided.
Declaration
public const ReferenceType NON
Field Value
ReferenceType
|
QRR
QR reference: 27 characters, numeric, check sum calculation according to Modulo 10 recursive (27th position of the reference).
Declaration
public const ReferenceType QRR
Field Value
ReferenceType
|
SCOR
Creditor Reference (ISO 11649): max 25 characters, alphanumeric.
Declaration
public const ReferenceType SCOR
Field Value
ReferenceType
|
value__
Declaration
public int value__
Field Value
System.Int32
|