@cfxlabsinc/b2b-services
    Preparing search index...
    type DartTransactionReportWorkflowActivityDependencies = {
        bankDocumentService: BankDocumentService;
        dartBalanceReportCcEmail?: string;
        dartBalanceReportFromEmail: string;
        dartBalanceReportRecipientEmail: string;
        dartTransactionReportService: DartTransactionReportService;
        sendgridClient: SendgridClient;
    }
    Index

    Properties

    bankDocumentService: BankDocumentService
    dartBalanceReportCcEmail?: string
    dartBalanceReportFromEmail: string
    dartBalanceReportRecipientEmail: string
    dartTransactionReportService: DartTransactionReportService
    sendgridClient: SendgridClient