/** * 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 { AuthorType } from "./AuthorType"; import { CDTRANSACTION } from "./CDTRANSACTION"; import { ConfidentialityType } from "./ConfidentialityType"; import { HeadingType } from "./HeadingType"; import { IDKMEHR } from "./IDKMEHR"; import { ItemType } from "./ItemType"; import { LnkType } from "./LnkType"; import { TextType } from "./TextType"; import { TextWithLayoutType } from "./TextWithLayoutType"; export declare class TransactionType { constructor(json: JSON | any); author?: AuthorType; cds?: Array; confidentiality?: ConfidentialityType; date?: Date; expirationdate?: Date; heading?: Array; ids?: Array; iscomplete?: boolean; isvalidated?: boolean; item?: Array; lnk?: Array; recorddatetime?: Date; redactor?: AuthorType; text?: Array; textWithLayout?: Array; time?: Date; version?: string; }