set_InformationTypeId Method
In This Topic
Sets the Royal Mail Mailmark barcode payload for each product type.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_InformationTypeId(value);
function set_InformationTypeId(
: string
) : any;
Parameters
- value
- Royal Mail Mailmark barcode payload. Supported values:
- "0" - Domestic Sorted And Unsorted.
- "1" - International Sorted And Unsorted (for potential future use).
- "2" - Response Services (for potential future use).
- "A" - Online Postage.
- "B" - Franking.
- "C" - Consolidation.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value length is not 1. |
Browser Compatibility
See Also