@cfxlabsinc/b2b-services
    Preparing search index...
    LedgerAccountSearchItem: LedgerAccount & {
        customerOrganizationId: string;
        entityCountry: string;
        entityDisplayName: string;
        entityId: Entity["id"];
        entityReferenceId: string | null;
        entityType: Entity["type"];
        rawName: string | null;
    }

    Full search return item shape (pre-serialization).

    Type Declaration

    • customerOrganizationId: string
    • entityCountry: string
    • entityDisplayName: string
    • entityId: Entity["id"]
    • entityReferenceId: string | null
    • entityType: Entity["type"]
    • rawName: string | null

      The stored account name before display masking — null when unnamed.