import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_CustProjSlsOrdItemWorkPckg" of service "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV". */ export declare class CustProjSlsOrdItemWorkPckg extends Entity implements CustProjSlsOrdItemWorkPckgType { /** * Technical entity name for CustProjSlsOrdItemWorkPckg. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the CustProjSlsOrdItemWorkPckg entity */ static _keys: string[]; /** * Commercial Project ID. * Identifies a customer or internal project. * Maximum length: 40. */ customerProject: DeserializedType; /** * Sales Order Item. * Maximum length: 6. */ salesOrderItem: DeserializedType; /** * Plan Item. * Maximum length: 50. */ workPackage: DeserializedType; /** * Plan Item Description. * Maximum length: 60. * @nullable */ workPackageName?: DeserializedType | null; /** * Sales Order. * Maximum length: 10. * @nullable */ salesOrder?: DeserializedType | null; /** * Start Date. * Raw Text * Provides the planning horizon. By default, the dates are taken from the assigned master project. * @nullable */ workPackageStartDate?: DeserializedType | null; /** * End Date. * Raw Text * Provides the planning horizon. By default, the dates are taken from the assigned master project. * @nullable */ workPackageEndDate?: DeserializedType | null; } export interface CustProjSlsOrdItemWorkPckgType { customerProject: DeserializedType; salesOrderItem: DeserializedType; workPackage: DeserializedType; workPackageName?: DeserializedType | null; salesOrder?: DeserializedType | null; workPackageStartDate?: DeserializedType | null; workPackageEndDate?: DeserializedType | null; } //# sourceMappingURL=CustProjSlsOrdItemWorkPckg.d.ts.map