import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nfi_arma" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nfi_Arma extends Entity implements Nfi_ArmaType { /** * Technical entity name for Nfi_Arma. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nfi_Arma entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Num Item. * Maximum length: 6. */ numItem: DeserializedType; /** * Num Arm. * Maximum length: 100. */ numArm: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Ind Arm. * Maximum length: 1. */ indArm: DeserializedType; /** * Descr Compl. * Maximum length: 255. */ descrCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nfi_ArmaType { nfId: DeserializedType; numItem: DeserializedType; numArm: DeserializedType; empresa: DeserializedType; filial: DeserializedType; indArm: DeserializedType; descrCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nfi_Arma.d.ts.map