import { AddressModel } from "../cmp/contactUsInqueryModel"; import { ClaimOnlyEmployerDataModel } from "./ClaimOnlyEmployerDataModel"; import { EmployerWagesModel } from './EmployerWagesModel'; import { QtrYearEmployerWageModel } from "./QtrYearEmployerWageModel"; export declare class ClaimAppEmployerDetailsModel { employerData?: ClaimOnlyEmployerDataModel; employerProvidedWages?: EmployerWagesModel; employerType?: string; employerId?: number; employerName?: string; startDate?: Date; endDate?: Date; mailAddress?: string; city?: string; state?: Combo; country?: Combo; zip?: string; employerTelephoneNumber?: string; bpEmployerFlag?: string; osaBpEmployerFlag?: string; regEmployerFound?: string; reasonSeparation?: Combo; dischargeDetail?: Combo; volQuitDetails?: Combo; grossWages?: string; wageAssignability?: string; visaSponsorship?: string; sevPayFlag?: string; weeklyAmount?: number; numberOfWeeks?: number; sevPayAmount?: number; sevPayStartDate?: Date; sevPayEndDate?: Date; sevPayPaymentStartDate?: Date; wageQuarter1?: string; wageQuarter2?: string; wageQuarter3?: string; wageQuarter4?: string; wageQuarter5?: string; wageQuarter6?: string; militaryServiceBranch?: string; sfEightFlag?: string; agreeFlag?: string; pensionFlag?: string; regPensionFlag?: string; schoolFlag?: string; missingFlag?: string; workFlag?: string; performedService?: string; currentFlag?: string; dd214Flag?: string; ficDestinationCode?: string; ficCode?: string; processedFlag?: string; workFlowFlag?: string; requalificationStatus?: string; addressLine3?: string; jobTileOrPosition?: string; claimantEmployedWithEmpr?: string; isClmtPaidWhileLow?: string; isProofOfAffidavitWagesReceived?: string; hasRemuneration?: string; payRate?: string; payRateFrequency?: Combo; pensionreceived?: Date; county?: any; whopaid?: string; worklocationcity?: string; worklocationstate?: Combo; paymethod?: string; docreceived?: string; anotherssn?: string; approxemp?: string; worktype?: string; managername?: string; businessowner?: any; fein?: string; doingbusiness?: any; naturebusiness?: string; paidBy?: string; workCity?: string; workState?: Combo; paymentType?: Combo; docsReceived?: Combo; otherSSNFlag?: string; otherSSN?: string; otherNameFlag?: string; otherName?: string; numberEmployed?: string; workType?: string; appReconsiderationWages?: string; doingBusinessAs?: string; quitreason?: Combo; hiredBy?: string; businessOwner?: string; businessNature?: string; fedPensionFlag?: string; fedMailAddress?: string; fedPaymentStartDate?: string; fedCity?: string; fedCountry?: Combo; fedState?: Combo; fedCounty?: Combo; fedZip?: string; totalEntitlement?: string; sfEightflag?: string; fedWorkCity?: string; fedWorkState?: Combo; fedWorkCountry?: Combo; startDateFed?: string; endDateFed?: string; jobtitlePosition?: string; sameAmtFlag?: string; displayVerificationOfWages?: boolean; formerlyKnownAs?: string; fedJobTileOrPosition?: string; fedEmployerName?: string; serviceBranch?: Combo; startDateMil?: Date; endDateMil?: Date; milPensionFlag?: string; lastPayGrade?: string; lastduty?: string; placeSeparated?: string; noLeaveDays?: string; completedFullTermFlag?: string; reserveOrGuardFlag?: string; wageAmountArray?: QtrYearEmployerWageModel[]; addressLine1?: string; addressLine2?: string; ficDestinationId?: string; ficDestinationName?: string; reserveBranch?: string; startDateReserve?: Date; endDateReserve?: Date; dd214File?: []; address?: AddressModel; pensionRecvDate?: Date; regPensionRecvDate?: Date; fedPensionRecvDate?: Date; milPensionRecvDate?: Date; hasShortTermDisability?: string; hasRecvRemuneration?: string; remunerationTypes?: string[]; vacation?: string; empDeleted?: string; displaySeasonalEmp?: boolean; isEmployerEdited?: boolean; isEmployerGridSubmitted?: boolean; hrsWeek?: string; shift?: string[]; didWork?: string; workWeek?: string[]; separationDateFlag?: string; separationDate?: Date; regDissmisalFlag?: string; regDissmisalCheckBox?: string[]; regLaidOffFlag?: string; fedDissmisalFlag?: string; fedDissmisalCheckBox?: string[]; fedLaidOffFlag?: string; schoolFlagEmp?: string; } export interface Combo { value: string; text: string; } //# sourceMappingURL=ClaimAppEmployerDetailsModel.d.ts.map