export interface IPartyPersonDetail { heightValue: number; weightValue: number; drinkerStatusCode: string; tobaccoUseStatusCode: string; ocuppationClassCode: string; pensionFundAdministratorCode: string; healthSystemCode: string; socialSecurityCode: string; workDependencyTypeCode: string; grossIncomeAmount: number; netIncomeAmount: number; }