In This Topic
Sets the payment amount.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Amount(value);
function set_Amount(
: string
) : any;
Parameters
- value
- The payment amount.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. The amount element is to be entered without leading zeroes, including decimal separators and two decimal places. Decimal, maximum 12-digits permitted, including decimal separators. Only decimal points (".") are permitted as decimal separators. |
Browser Compatibility
See Also