/** * 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 { BeneficiaryType } from "./BeneficiaryType"; import { OcmwCpasType } from "./OcmwCpasType"; import { PeriodType } from "./PeriodType"; export declare class CarmedIdentifierType { constructor(json: JSON | any); beneficiary?: BeneficiaryType; carmedNumber?: string; pswc?: OcmwCpasType; validityPeriod?: PeriodType; versionNumber?: number; }