set_BillInformation Method
In This Topic
Sets the bill information that contains coded information for automated booking of the payment.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_BillInformation(value);
function set_BillInformation(
: string
) : any;
Parameters
- value
- The bill information that contains coded information for automated booking of the payment. Maximum 140 characters permitted.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also