set_AmountCurrency Method
In This Topic
Sets the payment currency.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_AmountCurrency(value);
function set_AmountCurrency(
: string
) : any;
Parameters
- value
- The payment currency. 3-digit alphanumeric currency code according to ISO 4217. Only CHF and EUR are permitted.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also