import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "ind_ativi" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Ind_Ativi extends Entity implements Ind_AtiviType { /** * Technical entity name for Ind_Ativi. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Ind_Ativi entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Ind Ativ. * Maximum length: 2. */ indAtiv: DeserializedType; /** * Info Compl. * Maximum length: 255. */ infoCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Ind_AtiviType { empresa: DeserializedType; filial: DeserializedType; perRef: DeserializedType; indAtiv: DeserializedType; infoCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Ind_Ativi.d.ts.map