Skip to content

Commit

Permalink
Merge pull request #521 from adamdecaf/fileheader-docs-fixup
Browse files Browse the repository at this point in the history
fileheader: fixup docs to mention 0 pad prefix
  • Loading branch information
adamdecaf authored Apr 16, 2019
2 parents e4ee6f5 + b9b7e3d commit f475838
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fileHeader.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ type FileHeader struct {

// ImmediateOrigin contains the Routing Number of the ACH Operator or sending
// point that is sending the file. The ach file format specifies a 10 character field
// which can begin with a blank space or '1' in the first position, followed by the four digit
// which can begin with a blank space, 0 or 1 in the first position, followed by the four digit
// Federal Reserve Routing Symbol, the four digit ABA Institution Identifier, and the Check
// Digit (bTTTTAAAAC). ImmediateOriginField() will append the blank space to the routing number.
// Digit (bTTTTAAAAC). ImmediateOriginField() will prepend a 0 to the routing number to match
// the field size.
ImmediateOrigin string `json:"immediateOrigin"`

// FileCreationDate is the date on which the file is prepared by an ODFI (ACH input files)
Expand Down

0 comments on commit f475838

Please sign in to comment.