export interface IAchPayment { AccountHolderName: string; CheckNumber: string; RoutingNumber: string; AccountNumber: string; AccountType: string; }