@cfxlabsinc/b2b-services
    Preparing search index...
    VirtualAccount: Simplify<
        Omit<
            SelectVirtualAccount,
            | "id"
            | "externalId"
            | "identityId"
            | "organizationId"
            | "customerId"
            | "ledgerAccountId"
            | "productQuoteId"
            | "bankId"
            | "providerId",
        > & {
            achDepositInstructions: AchDepositInstructions
            | null;
            id: string;
            providerId: string;
            providerName: string;
            providerType: "VICTOR" | "BIVO" | "ROUTE_FUSION" | "MANUAL";
            rtpDepositInstructions: RtpDepositInstructions | null;
            walletAddress: Address;
            wireDepositInstructions: UsWireDepositInstructions | null;
        },
    >