import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "icter_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Icter_Cpl extends Entity implements Icter_CplType { /** * Technical entity name for Icter_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Icter_Cpl entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Centro. * Maximum length: 4. */ centro: DeserializedType; /** * Dt Cons. * Maximum length: 8. */ dtCons: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Dt Prod. * Maximum length: 8. */ dtProd: DeserializedType; /** * Cod Item Lt. * Maximum length: 60. */ codItemLt: DeserializedType; /** * Cod Ins Subst. * Maximum length: 60. */ codInsSubst: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Icter_CplType { empresa: DeserializedType; filial: DeserializedType; centro: DeserializedType; dtCons: DeserializedType; codItem: DeserializedType; dtProd: DeserializedType; codItemLt: DeserializedType; codInsSubst: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Icter_Cpl.d.ts.map