Documentation
    Preparing search index...

    Interface PolicyLimit

    interface PolicyLimit {
        amountInAggregate: number;
        amountPerOccurrence: number;
        applicationField: Pick<ApplicationField, "name" | "isHidden" | "label">;
        applicationFieldValue: ApplicationFieldValue;
        locationAddress: Address | null;
    }
    Index
    amountInAggregate: number
    amountPerOccurrence: number
    applicationField: Pick<ApplicationField, "name" | "isHidden" | "label">
    applicationFieldValue: ApplicationFieldValue
    locationAddress: Address | null