set_UltimateCreditorCountry Method
In This Topic
Sets the country of the ultimate creditor's address.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_UltimateCreditorCountry(value);
function set_UltimateCreditorCountry(
: string
) : any;
Parameters
- value
- The country of the ultimate creditor's address. Two-character country code according to ISO 3166-1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also