Interface RatingSpec

Export

RatingSpec

interface RatingSpec {
    active?: boolean;
    autoActivate?: boolean;
    autoMigrateExtension?: boolean;
    autoUpdate?: boolean;
    dependentRoundingSpec?: string;
    description?: string;
    effectiveDates?: Date[];
    inRangeMethod?: string;
    independentRoundingSpecs?: IndependentRoundingSpec[];
    locationId?: string;
    officeId: string;
    outRangeHighMethod?: string;
    outRangeLowMethod?: string;
    ratingId?: string;
    sourceAgency?: string;
    templateId?: string;
    version?: string;
}

Properties

active?: boolean

Memberof

RatingSpec

autoActivate?: boolean

Memberof

RatingSpec

autoMigrateExtension?: boolean

Memberof

RatingSpec

autoUpdate?: boolean

Memberof

RatingSpec

dependentRoundingSpec?: string

Memberof

RatingSpec

description?: string

Memberof

RatingSpec

effectiveDates?: Date[]

Memberof

RatingSpec

inRangeMethod?: string

Memberof

RatingSpec

independentRoundingSpecs?: IndependentRoundingSpec[]

Memberof

RatingSpec

locationId?: string

Memberof

RatingSpec

officeId: string

Owning office of object.

Memberof

RatingSpec

outRangeHighMethod?: string

Memberof

RatingSpec

outRangeLowMethod?: string

Memberof

RatingSpec

ratingId?: string

Memberof

RatingSpec

sourceAgency?: string

Memberof

RatingSpec

templateId?: string

Memberof

RatingSpec

version?: string

Memberof

RatingSpec