/** * 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 { HospitalizedInfoDto } from "./HospitalizedInfoDto"; import { InsurabilityItemDto } from "./InsurabilityItemDto"; import { MedicalHouseInfoDto } from "./MedicalHouseInfoDto"; import { MycarenetConversation } from "./MycarenetConversation"; import { MycarenetError } from "./MycarenetError"; import { TransferDto } from "./TransferDto"; export declare class InsurabilityInfoDto { constructor(json: JSON | any); commonOutput?: CommonOutput; dateOfBirth?: number; deceased?: number; errors?: Array; faultCode?: string; faultMessage?: string; faultSource?: string; firstName?: string; generalSituation?: string; hospitalizedInfo?: HospitalizedInfoDto; inss?: string; insurabilities?: Array; lastName?: string; medicalHouseInfo?: MedicalHouseInfoDto; mycarenetConversation?: MycarenetConversation; paymentByIo?: boolean; sex?: string; specialSocialCategory?: boolean; transfers?: Array; }