VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / get_UltimateDebtorStreetOrAddressLine1 Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UltimateDebtorStreetOrAddressLine1 Method
    In This Topic
    Gets the structured Address: Street/P.O. Box from the debtor's address.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var value; // Type: string
    value = instance.get_UltimateDebtorStreetOrAddressLine1();
    
    
    function get_UltimateDebtorStreetOrAddressLine1() : string;
    

    Return Value

    The structured Address: Street/P.O. Box from the debtor's address.
    Browser Compatibility
    9
    5
    11
    5
    See Also