VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_PaymentReferenceType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PaymentReferenceType 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_PaymentReferenceType(value);
    
    
    function set_PaymentReferenceType(
    value
    The payment reference type. Maximum four alphanumeric characters.
    : string
    ) : any;

    Parameters

    value
    The payment reference type. Maximum four alphanumeric characters.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also