You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TransactionCode if the receivers account is:// Credit (deposit) to checking account ‘22’// Prenote for credit to checking account ‘23’// Debit (withdrawal) to checking account ‘27’// Prenote for debit to checking account ‘28’// Credit to savings account ‘32’// Prenote for credit to savings account ‘33’// Debit to savings account ‘37’// Prenote for debit to savings account ‘38’TransactionCodeint`json:"transactionCode"`
We have a fair amount of hardcoded values, which aren't that friendly for developers. If we provide names it should help to understand them.
Example:
EntryDetail.TransactionCode
:If instead we had something like:
Please suggest better/other names.
The text was updated successfully, but these errors were encountered: