UNPKG

@fcgs/filerr-nach

Version:

nACH is a highly customizable Node.js module exposing a high & low-level API for generating ACH files for use within the ACH network

10 lines (9 loc) 682 B
export function validateRequiredFields(object: { [key: string]: any }): boolean; export function validateLengths(object: { [key: string]: any }): boolean; export function validateDataTypes(object: { [key: string]: any }): boolean; export function validateACHAddendaTypeCode(addendaTypeCode: string): boolean; export function validateACHCode(transactionCode: string): boolean; export function validateACHAddendaCode(transactionCode: string): boolean; export function validateACHServiceClassCode(serviceClassCode: string): boolean; export function validateRoutingNumber(routing: string): boolean; export function getNextMultipleDiff(value: number, multiple: number): number;