set_UltimateDebtorAddressType Method
In This Topic
Sets the ultimate debtor address type, which is specified using a code.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_UltimateDebtorAddressType(value);
function set_UltimateDebtorAddressType(
: string
) : any;
Parameters
- value
- The ultimate debtor address type, which is specified using a code. Available values: "S" - structured address, "K" - combined address elements (2 lines).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also