Interface CompositePlansSummary

interface CompositePlansSummary {
    aggregates?: any;
    assortmentId?: string;
    count?: number;
    createdBy?: any;
    createdById?: string;
    createdOn?: Date;
    id: string;
    optionAggregates?: any;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • OrgManagedEntity
    • CompositePlansSummary

Properties

aggregates?: any
assortmentId?: string
count?: number
createdBy?: any
createdById?: string
createdOn?: Date
id: string
optionAggregates?: any
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
updatedBy?: any
updatedById?: string
updatedOn?: Date

Generated using TypeDoc