import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_codinf" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Codinf extends Entity implements Nf_CodinfType { /** * Technical entity name for Nf_Codinf. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Codinf entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Cod Inf. * Maximum length: 6. */ codInf: DeserializedType; /** * Txt Compl. * Maximum length: 255. */ txtCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_CodinfType { nfId: DeserializedType; codInf: DeserializedType; txtCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Codinf.d.ts.map