In This Topic
Sets the IBAN or QR-IBAN of the creditor.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_IBAN(value);
function set_IBAN(
: string
) : any;
Parameters
- value
- The IBAN or QR-IBAN of the creditor.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also