Skip to content

Commit

Permalink
Merge pull request #1439 from Klasens/master_klasen
Browse files Browse the repository at this point in the history
Updated reference in comment to mixed credits and debits value. Adjusted small typo, capitlization.
  • Loading branch information
adamdecaf authored Jun 17, 2024
2 parents 838f2ee + 3e10786 commit 264e2ce
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 9220), 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 264e2ce

Please sign in to comment.