Interface RatingSpecEffectiveDates

Export

RatingSpecEffectiveDates

interface RatingSpecEffectiveDates {
    effectiveDates?: Date[];
    ratingSpecId: string;
}

Properties

effectiveDates?: Date[]

Memberof

RatingSpecEffectiveDates

ratingSpecId: string

Memberof

RatingSpecEffectiveDates