/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { CommonOutput } from "./CommonOutput"; import { HcpartyType } from "./HcpartyType"; import { MycarenetConversation } from "./MycarenetConversation"; import { MycarenetError } from "./MycarenetError"; export declare class DmgClosure { constructor(json: JSON | any); appliesTo?: string; beginOfNewDmg?: Date; birthday?: Date; commonOutput?: CommonOutput; complete?: boolean; deceased?: Date; endOfPreviousDmg?: Date; errors?: Array; firstName?: string; inss?: string; io?: string; lastName?: string; mutuality?: string; mycarenetConversation?: MycarenetConversation; newHcParty?: HcpartyType; newHcPartyId?: string; previousHcParty?: HcpartyType; reference?: string; regNrWithMut?: string; sex?: string; valueHash?: string; }