Skip to content

Commit

Permalink
Modified Service Class Code -- Mixed Debit and Credit Value
Browse files Browse the repository at this point in the history
  • Loading branch information
Klasens committed Jun 16, 2024
1 parent ec454da commit 3e10786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchControl.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type BatchControl struct {
// ServiceClassCode ACH Mixed Debits and Credits '200'
// ACH Credits Only '220'
// ACH Debits Only '225'
// Constants: MixedCreditsAnDebits (220), CreditsOnly (220), DebitsOnly (225)
// Constants: MixedCreditsAnDebits (200), CreditsOnly (220), DebitsOnly (225)
// Same as 'ServiceClassCode' in BatchHeaderRecord
ServiceClassCode int `json:"serviceClassCode"`
// EntryAddendaCount is a tally of each Entry Detail Record and each Addenda
Expand Down

0 comments on commit 3e10786

Please sign in to comment.