/** * 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 DmgNotification { constructor(json: JSON | any); appliesTo?: string; commonOutput?: CommonOutput; complete?: boolean; errors?: Array; from?: number; hcParty?: HcpartyType; io?: string; mycarenetConversation?: MycarenetConversation; payment?: boolean; reference?: string; valueHash?: string; }