Finance ISO message functions
The messages that can be sent using Finance ISO scripts are instances of the ot.protocols.financeISO.LrISOMsg class. The LrISOMsg class extends the ISOMsg class defined by the jPOS library.
LrISOMsg also supports all the APIs that are available in jPOS library for ISOMsg instances. See the documentation on the jPOS website for more information.
Version support: The Finance ISO protocol is supported from version 24.3.
The LrISOMsg class includes the following functions:
getBytes | Returns the byte value associated with the field number. |
Gets the component associated with the field number. | |
Returns the message's ISO version. | |
Returns the value associated with the given field number. | |
Returns the object value associated with the given field number. | |
Checks if a given field is present. | |
Checks if the LrISOMsg corresponds to the specified ISO version. | |
LrISOMsg | Returns an LrISOMsg, according to the constructor used. |
Creates an ISOField associated with the field number within the LrISOMsg. | |
Changes the field number for a component. | |
Clears a given field. |