VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeValueItem Class / PaymentReference Property
Syntax Remarks Requirements SeeAlso
In This Topic
PaymentReference Property (SwissQRCodeValueItem)
In This Topic
Gets or sets the payment reference type.
Syntax
'Declaration

<DescriptionAttribute("Payment reference.")>
Public Property PaymentReference As String

[Description("Payment reference.")]
public string PaymentReference { get; set; }

Property Value

QR reference: 27 characters, numeric, check sum calculation according to Modulo 10 recursive.
Creditor Reference (ISO 11649): maximum 25 characters, alphanumeric The element may not be filled for the NON reference type.
Banks do not distinguish between upper and lower case capitalization.
Remarks

Element name: Ref.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also