import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "part_cons" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Part_Cons extends Entity implements Part_ConsType { /** * Technical entity name for Part_Cons. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Part_Cons entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Cnpj Consor. * Maximum length: 14. */ cnpjConsor: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Vl Part. */ vlPart: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Part_ConsType { empresa: DeserializedType; dtLancto: DeserializedType; cnpjConsor: DeserializedType; cnpj: DeserializedType; vlPart: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Part_Cons.d.ts.map