export interface AchAddressDetails {
    accountNumber: string;
    routingNumber: string;
}
