set_UltimateCreditorPostalCode Method
In This Topic
Sets the postal code from creditor's address.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_UltimateCreditorPostalCode(value);
function set_UltimateCreditorPostalCode(
: string
) : any;
Parameters
- value
- The postal code from creditor's address. Maximum 16 characters permitted. The postal code must be provided without a country code prefix. Combined address elements: must not be provided.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also