VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / get_UnstructuredMessage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UnstructuredMessage Method
    In This Topic
    Gets 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 value; // Type: string
    value = instance.get_UnstructuredMessage();
    
    
    function get_UnstructuredMessage() : string;
    

    Return Value

    The unstructured information that can be used to indicate the payment purpose or for additional textual information about payments with a structured reference.
    Browser Compatibility
    9
    5
    11
    5
    See Also