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

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

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

Property Value

Maximum four alphanumeric characters.
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.
The following codes are permitted:
  • QRR - QR reference
  • SCOR - Creditor Reference (ISO 11649)
  • NON - without reference
Remarks

Element name: Tp.

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