import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "inf_icmst" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Inf_Icmst extends Entity implements Inf_IcmstType { /** * Technical entity name for Inf_Icmst. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Inf_Icmst entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Uf. * Maximum length: 2. */ uf: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Cod Aj Apur. * Maximum length: 8. */ codAjApur: DeserializedType; /** * Dt Reg. * Maximum length: 8. */ dtReg: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Num Item. * Maximum length: 3. */ numItem: DeserializedType; /** * Vl Aj Item. */ vlAjItem: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Inf_IcmstType { empresa: DeserializedType; filial: DeserializedType; uf: DeserializedType; nfId: DeserializedType; codAjApur: DeserializedType; dtReg: DeserializedType; codItem: DeserializedType; numItem: DeserializedType; vlAjItem: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Inf_Icmst.d.ts.map