In This Topic
Sets the creditor's name or company according to the account name.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_CreditorName(value);
function set_CreditorName(
: string
) : any;
Parameters
- value
- The creditor's name or company according to the account name. Maximum 70 characters permitted.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also