import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "op_md_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Op_Md_Cpl extends Entity implements Op_Md_CplType { /** * Technical entity name for Op_Md_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Op_Md_Cpl entity */ static _keys: string[]; /** * Docnum. * Maximum length: 10. */ docnum: DeserializedType; /** * Itmnum. * Maximum length: 6. */ itmnum: DeserializedType; /** * Tp Prod. * Maximum length: 1. */ tpProd: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Op_Md_CplType { docnum: DeserializedType; itmnum: DeserializedType; tpProd: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Op_Md_Cpl.d.ts.map