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