import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "dados_soc" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Dados_Soc extends Entity implements Dados_SocType { /** * Technical entity name for Dados_Soc. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Dados_Soc entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Tp Tabela. * Maximum length: 10. */ tpTabela: DeserializedType; /** * Dt Incl Soc. * Maximum length: 8. */ dtInclSoc: DeserializedType; /** * Dt Fim Soc. * Maximum length: 8. */ dtFimSoc: DeserializedType; /** * Pais. * Maximum length: 3. */ pais: DeserializedType; /** * Ind Qualif Socio. * Maximum length: 2. */ indQualifSocio: DeserializedType; /** * Cpf Cnpj. * Maximum length: 14. */ cpfCnpj: DeserializedType; /** * Qualif. * Maximum length: 2. */ qualif: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Ind Pf Pj. * Maximum length: 2. */ indPfPj: DeserializedType; /** * Nom Emp. * Maximum length: 255. */ nomEmp: DeserializedType; /** * Perc Cap Tot. */ percCapTot: DeserializedType; /** * Perc Cap Vot. */ percCapVot: DeserializedType; /** * Cpf Rep Leg. * Maximum length: 11. */ cpfRepLeg: DeserializedType; /** * Qualif Rep Leg. * Maximum length: 2. */ qualifRepLeg: DeserializedType; /** * Vl Rem Trab. */ vlRemTrab: DeserializedType; /** * Vl Luc Div. */ vlLucDiv: DeserializedType; /** * Vl Jur Cap. */ vlJurCap: DeserializedType; /** * Vl Dem Rend. */ vlDemRend: DeserializedType; /** * Vl Ir Ret. */ vlIrRet: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Dados_SocType { empresa: DeserializedType; dtLancto: DeserializedType; tpTabela: DeserializedType; dtInclSoc: DeserializedType; dtFimSoc: DeserializedType; pais: DeserializedType; indQualifSocio: DeserializedType; cpfCnpj: DeserializedType; qualif: DeserializedType; numLancto: DeserializedType; indPfPj: DeserializedType; nomEmp: DeserializedType; percCapTot: DeserializedType; percCapVot: DeserializedType; cpfRepLeg: DeserializedType; qualifRepLeg: DeserializedType; vlRemTrab: DeserializedType; vlLucDiv: DeserializedType; vlJurCap: DeserializedType; vlDemRend: DeserializedType; vlIrRet: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Dados_Soc.d.ts.map