import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "giaf_impo" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Giaf_Impo extends Entity implements Giaf_ImpoType { /** * Technical entity name for Giaf_Impo. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Giaf_Impo entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Apur. * Maximum length: 8. */ dtApur: DeserializedType; /** * Ind Ap. * Maximum length: 2. */ indAp: DeserializedType; /** * G 301. */ g301: DeserializedType; /** * G 302. */ g302: DeserializedType; /** * G 303. */ g303: DeserializedType; /** * G 304. */ g304: DeserializedType; /** * G 305. */ g305: DeserializedType; /** * G 306. */ g306: DeserializedType; /** * G 307. */ g307: DeserializedType; /** * G 3 T. */ g3T: DeserializedType; /** * G 308. */ g308: DeserializedType; /** * G 309. */ g309: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Giaf_ImpoType { empresa: DeserializedType; filial: DeserializedType; dtApur: DeserializedType; indAp: DeserializedType; g301: DeserializedType; g302: DeserializedType; g303: DeserializedType; g304: DeserializedType; g305: DeserializedType; g306: DeserializedType; g307: DeserializedType; g3T: DeserializedType; g308: DeserializedType; g309: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Giaf_Impo.d.ts.map