import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "infgrpmul" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Infgrpmul extends Entity implements InfgrpmulType { /** * Technical entity name for Infgrpmul. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Infgrpmul entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancamento. * Maximum length: 8. */ dtLancamento: DeserializedType; /** * Nome Multinacional. * Maximum length: 100. */ nomeMultinacional: DeserializedType; /** * Ind Controladora. * Maximum length: 1. */ indControladora: DeserializedType; /** * Nome Controladora. * Maximum length: 100. */ nomeControladora: DeserializedType; /** * Jurisdicao Controladora. * Maximum length: 3. */ jurisdicaoControladora: DeserializedType; /** * Tin Controladora. * Maximum length: 20. */ tinControladora: DeserializedType; /** * Ind Entrega. * Maximum length: 1. */ indEntrega: DeserializedType; /** * Ind Modalidade. * Maximum length: 1. */ indModalidade: DeserializedType; /** * Nome Substituta. * Maximum length: 100. */ nomeSubstituta: DeserializedType; /** * Jurisdicao Substituta. * Maximum length: 3. */ jurisdicaoSubstituta: DeserializedType; /** * Tin Substituta. * Maximum length: 20. */ tinSubstituta: DeserializedType; /** * Dt Ini. * Maximum length: 8. */ dtIni: DeserializedType; /** * Dt Fin. * Maximum length: 8. */ dtFin: DeserializedType; /** * Tip Moeda. * Maximum length: 3. */ tipMoeda: DeserializedType; /** * Ind Idioma. * Maximum length: 2. */ indIdioma: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface InfgrpmulType { empresa: DeserializedType; dtLancamento: DeserializedType; nomeMultinacional: DeserializedType; indControladora: DeserializedType; nomeControladora: DeserializedType; jurisdicaoControladora: DeserializedType; tinControladora: DeserializedType; indEntrega: DeserializedType; indModalidade: DeserializedType; nomeSubstituta: DeserializedType; jurisdicaoSubstituta: DeserializedType; tinSubstituta: DeserializedType; dtIni: DeserializedType; dtFin: DeserializedType; tipMoeda: DeserializedType; indIdioma: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Infgrpmul.d.ts.map