interface UsBankAccount {
    accountHolderName?: string;
    accountNumber: string;
    accountType?: string;
    bankName?: string;
    customerId?: string;
    id?: string;
    instrumentType: InstrumentType;
    routingNumber: string;
    status?: PaymentInstrumentStatus;
}

Hierarchy (view full)

Properties

accountHolderName?: string
accountNumber: string
accountType?: string
bankName?: string
customerId?: string
id?: string
instrumentType: InstrumentType
routingNumber: string

Generated using TypeDoc