import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "emp_det_p" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Emp_Det_P extends Entity implements Emp_Det_PType { /** * Technical entity name for Emp_Det_P. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Emp_Det_P entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Cod Cta. * Maximum length: 100. */ codCta: DeserializedType; /** * Emp Cod Parte. * Maximum length: 4. */ empCodParte: DeserializedType; /** * Dt Escrituracao. * Maximum length: 8. */ dtEscrituracao: DeserializedType; /** * Valor. */ valor: DeserializedType; /** * Ind Valor. * Maximum length: 1. */ indValor: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Emp_Det_PType { empresa: DeserializedType; codCta: DeserializedType; empCodParte: DeserializedType; dtEscrituracao: DeserializedType; valor: DeserializedType; indValor: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Emp_Det_P.d.ts.map