VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebSwissQrCodeBarcodeValueJS type / set_UltimateDebtorPostalCode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_UltimateDebtorPostalCode Method
    In This Topic
    Sets the postal code from debtor's address.
    Syntax
    var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_UltimateDebtorPostalCode(value);
    
    
    function set_UltimateDebtorPostalCode(
    value
    The postal code from debtor's address. Maximum 16 characters permitted. The postal code must be provided without a country code prefix. Combined address elements: must not be provided.
    : string
    ) : any;

    Parameters

    value
    The postal code from debtor's address. Maximum 16 characters permitted. The postal code must be provided without a country code prefix. Combined address elements: must not be provided.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also