import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_i_comb" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_I_Comb extends Entity implements Nf_I_CombType { /** * Technical entity name for Nf_I_Comb. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_I_Comb entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Num Item. * Maximum length: 6. */ numItem: DeserializedType; /** * Num Tanque. * Maximum length: 3. */ numTanque: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Qtde. */ qtde: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_I_CombType { nfId: DeserializedType; numItem: DeserializedType; numTanque: DeserializedType; empresa: DeserializedType; filial: DeserializedType; qtde: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_I_Comb.d.ts.map