import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "prod" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Prod extends Entity implements ProdType { /** * Technical entity name for Prod. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Prod entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Centro. * Maximum length: 4. */ centro: DeserializedType; /** * Cod Doc Op. * Maximum length: 30. */ codDocOp: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Dt Saida. * Maximum length: 8. */ dtSaida: DeserializedType; /** * Cod Item Lin. * Maximum length: 60. */ codItemLin: DeserializedType; /** * Dt Ini Op. * Maximum length: 8. */ dtIniOp: DeserializedType; /** * Dt Fin Op. * Maximum length: 8. */ dtFinOp: DeserializedType; /** * Qtd Enc. */ qtdEnc: DeserializedType; /** * Qtd Consumida. */ qtdConsumida: DeserializedType; /** * Cod Ins Subst. * Maximum length: 60. */ codInsSubst: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface ProdType { empresa: DeserializedType; filial: DeserializedType; centro: DeserializedType; codDocOp: DeserializedType; codItem: DeserializedType; dtSaida: DeserializedType; codItemLin: DeserializedType; dtIniOp: DeserializedType; dtFinOp: DeserializedType; qtdEnc: DeserializedType; qtdConsumida: DeserializedType; codInsSubst: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Prod.d.ts.map