import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_obs_lc" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Obs_Lc extends Entity implements Nf_Obs_LcType { /** * Technical entity name for Nf_Obs_Lc. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Obs_Lc entity */ static _keys: string[]; /** * Nro Ord. * Maximum length: 9. */ nroOrd: DeserializedType; /** * Ecf Mod. * Maximum length: 20. */ ecfMod: DeserializedType; /** * Ecf Fab. * Maximum length: 21. */ ecfFab: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Txt Substituido. * Maximum length: 255. */ txtSubstituido: DeserializedType; /** * Txt. * Maximum length: 255. */ txt: DeserializedType; /** * Txt Compl. * Maximum length: 255. */ txtCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Obs_LcType { nroOrd: DeserializedType; ecfMod: DeserializedType; ecfFab: DeserializedType; nfId: DeserializedType; txtSubstituido: DeserializedType; txt: DeserializedType; txtCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Obs_Lc.d.ts.map