Documentation
    Preparing search index...

    Interface Loss

    interface Loss {
        amountExpensed: number;
        amountInReserve: number;
        amountPaid: number;
        createdAtTimestamp: number;
        creatorUserId?: string;
        eventDescription: string;
        eventLocation: string | null;
        eventTimestamp: number;
        id: string;
        includeInMetrics: boolean;
        isDeleted: boolean;
        lastModifiedTimestamp: number;
        lossRunId: string;
        lossRunProductName: string;
        objectType: LOSS;
        organizationId: string;
        policyStartDate: Date | null;
        status: ObjectStatus;
        tenantId: string;
        tenantName?: string;
    }

    Hierarchy

    • BaseObject<LOSS>
      • Loss
    Index
    amountExpensed: number
    amountInReserve: number
    amountPaid: number
    createdAtTimestamp: number
    creatorUserId?: string
    eventDescription: string
    eventLocation: string | null
    eventTimestamp: number
    id: string
    includeInMetrics: boolean
    isDeleted: boolean
    lastModifiedTimestamp: number
    lossRunId: string
    lossRunProductName: string
    objectType: LOSS
    organizationId: string
    policyStartDate: Date | null
    status: ObjectStatus
    tenantId: string
    tenantName?: string