import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "part_ext" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Part_Ext extends Entity implements Part_ExtType { /** * Technical entity name for Part_Ext. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Part_Ext entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Nif. * Maximum length: 30. */ nif: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Raz Social. * Maximum length: 255. */ razSocial: DeserializedType; /** * Ind Controle. * Maximum length: 2. */ indControle: DeserializedType; /** * Pais. * Maximum length: 30. */ pais: DeserializedType; /** * Ind Isen Petr. * Maximum length: 1. */ indIsenPetr: DeserializedType; /** * Ind Consol. * Maximum length: 1. */ indConsol: DeserializedType; /** * Mot Nao Consol. * Maximum length: 1. */ motNaoConsol: DeserializedType; /** * Tip Moeda. * Maximum length: 3. */ tipMoeda: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Part_ExtType { empresa: DeserializedType; dtLancto: DeserializedType; nif: DeserializedType; cnpj: DeserializedType; razSocial: DeserializedType; indControle: DeserializedType; pais: DeserializedType; indIsenPetr: DeserializedType; indConsol: DeserializedType; motNaoConsol: DeserializedType; tipMoeda: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Part_Ext.d.ts.map