Interface GetLevelsWithLevelIdRequest

interface GetLevelsWithLevelIdRequest {
    effectiveDate: string;
    levelId: string;
    office: string;
    timezone?: string;
    unit?: string;
}

Properties

effectiveDate: string
levelId: string
office: string
timezone?: string
unit?: string