VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_UnstructuredMessage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_UnstructuredMessage Method
    In This Topic
    Sets the unstructured information that can be used to indicate the payment purpose or for additional textual information about payments with a structured reference.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_UnstructuredMessage(value);
    
    
    function set_UnstructuredMessage(
    value
    The unstructured information that can be used to indicate the payment purpose or for additional textual information about payments with a structured reference. Maximum 140 characters permitted.
    : string
    ) : any;

    Parameters

    value
    The unstructured information that can be used to indicate the payment purpose or for additional textual information about payments with a structured reference. Maximum 140 characters permitted.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also