set_UltimateCreditorTown Method
In This Topic
Sets the town from creditor's address.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_UltimateCreditorTown(value);
function set_UltimateCreditorTown(
: string
) : any;
Parameters
- value
- The town from creditor's address. Maximum 35 characters permitted. Combined address elements: must not be provided.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also