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

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

    See Also