import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "exp_ind_m" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Exp_Ind_M extends Entity implements Exp_Ind_MType { /** * Technical entity name for Exp_Ind_M. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Exp_Ind_M entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Nro De. * Maximum length: 14. */ nroDe: DeserializedType; /** * Nro Re. * Maximum length: 12. */ nroRe: DeserializedType; /** * Nf Id 3 Rd. * Maximum length: 10. */ nfId3Rd: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Ser. * Maximum length: 4. */ ser: DeserializedType; /** * Num Doc. * Maximum length: 9. */ numDoc: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Chv Nfe. * Maximum length: 44. */ chvNfe: DeserializedType; /** * Nr Memo. * Maximum length: 255. */ nrMemo: DeserializedType; /** * Qtd. */ qtd: DeserializedType; /** * Unid. * Maximum length: 6. */ unid: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Exp_Ind_MType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; nroDe: DeserializedType; nroRe: DeserializedType; nfId3Rd: DeserializedType; codItem: DeserializedType; codPart: DeserializedType; codMod: DeserializedType; ser: DeserializedType; numDoc: DeserializedType; dtDoc: DeserializedType; chvNfe: DeserializedType; nrMemo: DeserializedType; qtd: DeserializedType; unid: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Exp_Ind_M.d.ts.map