wm.ach.batch:toString
WmACH. Returns the string representation of an ACH batch object. This includes the batch header record, entry detail records, and batch control record in the ACH record format.
Input Parameters
batchObject | Object Batch object created from batch header information and ready to be queued. |
Output Parameters
batchString | String String representation of batchObject in ACH message format. |
Usage Notes
Call this service when a batch has been created, all entries and addenda records have been added, and it is ready to be placed in the queue. The resulting string represents a part of the actual ACH message.
Examples
None.