VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_PaymentReference Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PaymentReference Method
    In This Topic
    Sets the payment reference type.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_PaymentReference(value);
    
    
    function set_PaymentReference(
    value
    The payment reference type. 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.
    : string
    ) : any;

    Parameters

    value
    The payment reference type. 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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also