Name | Description | Type | Additional information |
---|---|---|---|
ACHId |
Sedona internal autonumber for the ACH record |
integer |
None. |
TraceNumber | string |
None. |
|
CustomerId |
Foreign key from AR_Customer table |
integer |
None. |
TransactionDate |
Date of the transaction |
date |
None. |
BatchCode |
Batch Code from the AR_ACH_Batch table |
string |
None. |
NewRecord |
Specifies whether or not a new record was added for this transaction; otherwise, an existing record was found with the TraceNumber |
boolean |
None. |
ErrorCode |
Only set when an error occurs during processing; remains null if processing was successful |
integer |
None. |
ErrorMessage |
Only set when an error occurs during processing; remains null if processing was successful |
string |
None. |