import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "giaf_cent" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Giaf_Cent extends Entity implements Giaf_CentType { /** * Technical entity name for Giaf_Cent. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Giaf_Cent 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 401. */ g401: DeserializedType; /** * G 402. */ g402: DeserializedType; /** * G 403. */ g403: DeserializedType; /** * G 404. */ g404: DeserializedType; /** * G 405. */ g405: DeserializedType; /** * G 406. */ g406: DeserializedType; /** * G 407. */ g407: DeserializedType; /** * G 408. */ g408: DeserializedType; /** * G 409. */ g409: DeserializedType; /** * G 410. */ g410: DeserializedType; /** * G 411. */ g411: DeserializedType; /** * G 412. */ g412: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Giaf_CentType { empresa: DeserializedType; filial: DeserializedType; dtApur: DeserializedType; indAp: DeserializedType; g401: DeserializedType; g402: DeserializedType; g403: DeserializedType; g404: DeserializedType; g405: DeserializedType; g406: DeserializedType; g407: DeserializedType; g408: DeserializedType; g409: DeserializedType; g410: DeserializedType; g411: DeserializedType; g412: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Giaf_Cent.d.ts.map