transferFunds

Version

1.3

Parameters

Parameter Type Description
parentAppNum string Record number to transfer funds to.
dollarAmount number: double Amount to transfer.

Notes

If the current record has sufficient funds (i.e. non-applied amount), transfers dollarAmount from the current record to the record parentAppNum. The function records the transaction as a Fund Transfer transaction on both records. If current record does not have sufficient funds, no fund transfer takes place.