VintaSoft Barcode .NET SDK 15.1: 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; }
    
    
    [Description("Payment reference type.")]
    public: __property string* get_PaymentReferenceType();
    public: __property void set_PaymentReferenceType(
    string* value
    );
    [Description("Payment reference type.")]
    public:
    property string^ PaymentReferenceType { string^ get(); void set(string^ value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also