@cfxlabsinc/b2b-services
    Preparing search index...
    type DartTransactionReportRow = {
        amount: string;
        approvedLimit: string;
        counterpartyName: string;
        customerAddress: string;
        customerId: string;
        customerName: string;
        customerZip: string;
        direction: "Inbound" | "Outbound";
        effectiveDate: string;
        receivingBankAba: string;
        receivingBankName: string;
        sendingBankAba: string;
        sendingBankName: string;
        status: string;
        tier: string;
        transactionId: string;
        tranType: "Wire" | "ACH";
    }
    Index

    Properties

    amount: string
    approvedLimit: string
    counterpartyName: string
    customerAddress: string
    customerId: string
    customerName: string
    customerZip: string
    direction: "Inbound" | "Outbound"
    effectiveDate: string
    receivingBankAba: string
    receivingBankName: string
    sendingBankAba: string
    sendingBankName: string
    status: string
    tier: string
    transactionId: string
    tranType: "Wire" | "ACH"