import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "inven_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Inven_Cpl extends Entity implements Inven_CplType { /** * Technical entity name for Inven_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Inven_Cpl entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Ind Prop. * Maximum length: 1. */ indProp: DeserializedType; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Dt Estoque. * Maximum length: 8. */ dtEstoque: DeserializedType; /** * Centro. * Maximum length: 4. */ centro: DeserializedType; /** * Txt Compl. * Maximum length: 255. */ txtCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Inven_CplType { empresa: DeserializedType; filial: DeserializedType; codItem: DeserializedType; indProp: DeserializedType; codPart: DeserializedType; dtEstoque: DeserializedType; centro: DeserializedType; txtCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Inven_Cpl.d.ts.map