import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_inf_co" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Inf_Co extends Entity implements Nf_Inf_CoType { /** * Technical entity name for Nf_Inf_Co. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Inf_Co entity */ static _keys: string[]; /** * 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_Inf_CoType { nfId: DeserializedType; txtSubstituido: DeserializedType; txt: DeserializedType; txtCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Inf_Co.d.ts.map