Documentation
¶
Overview ¶
Package achx suppliments moov-io/ach to create files and other field data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ABA8 ¶
ABA8 returns the first 8 digits of an ABA routing number. If the input is invalid then an empty string is returned.
func ABACheckDigit ¶
ABACheckDigit returns the last digit of an ABA routing number. If the input is invalid then an empty string is returned.
func ConstructFile ¶
func TraceNumber ¶
TraceNumber returns a trace number from a given routing number and uses a hidden random generator. These values are not expected to be cryptographically secure.
Types ¶
type Destination ¶
type Options ¶
type Options struct {
ODFIRoutingNumber string
Gateway config.Gateway
FileConfig config.FileConfig
CutoffTimezone *time.Location
EffectiveEntryDate base.Time
// CompanyIdentification is a string passed through to the Batch Header.
// This value can be set from auth on the request and has a fallback from
// the file config.
// TODO(adam): Should this have another fallback of data from the Customer object?
CompanyIdentification string
}
Click to show internal directories.
Click to hide internal directories.