nonItemRequest method
Gateway Server calls this method before calling the Business Rules Server API Decision
request method on non-item records such as file, cash letter, or bundle header records, or control records.
The user can save any record data that Business Rules Server should not change so that it can be put
back when the nonItemResponse method is called. The user can also add fields to the fieldList
that is passed to the Business Rules Server for validation.
The parameters for this method are:
- nonPaymentRecordSet
- The PaymentRecordSet interface object of the non-item record set.
- fieldList
- An instance of BrFieldList to which the user can optionally add BrField instances that are to be sent to the Business Rules Server for validation.