import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "ativ_ince" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Ativ_Ince extends Entity implements Ativ_InceType { /** * Technical entity name for Ativ_Ince. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Ativ_Ince entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Ind Ativ. * Maximum length: 2. */ indAtiv: DeserializedType; /** * Ind Proj. * Maximum length: 2. */ indProj: DeserializedType; /** * Ato Conc. * Maximum length: 30. */ atoConc: DeserializedType; /** * Vig Ini. * Maximum length: 8. */ vigIni: DeserializedType; /** * Vig Fim. * Maximum length: 8. */ vigFim: DeserializedType; /** * Cnpj Incentivo. * Maximum length: 14. */ cnpjIncentivo: DeserializedType; /** * Ncm Incentivo. * Maximum length: 8. */ ncmIncentivo: DeserializedType; /** * Rec Liq Incentivo. */ recLiqIncentivo: DeserializedType; /** * Vl Incentivo. */ vlIncentivo: DeserializedType; /** * Ind Concedente. * Maximum length: 2. */ indConcedente: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Ativ_InceType { empresa: DeserializedType; dtLancto: DeserializedType; indAtiv: DeserializedType; indProj: DeserializedType; atoConc: DeserializedType; vigIni: DeserializedType; vigFim: DeserializedType; cnpjIncentivo: DeserializedType; ncmIncentivo: DeserializedType; recLiqIncentivo: DeserializedType; vlIncentivo: DeserializedType; indConcedente: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Ativ_Ince.d.ts.map