import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_MaintenanceItemObject" of service "API_OUTBOUND_DELIVERY_SRV". */ export declare class MaintenanceItemObject extends Entity implements MaintenanceItemObjectType { /** * Technical entity name for MaintenanceItemObject. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the MaintenanceItemObject entity */ static _keys: string[]; /** * Assembly. * Maximum length: 40. */ assembly: DeserializedType; /** * Equipment. * Maximum length: 18. */ equipment: DeserializedType; /** * Functional Location. * Maximum length: 40. */ functionalLocation: DeserializedType; /** * Object list counters. * The object counter is a consecutive number that identifies the objects in the object list. */ maintenanceItemObject: DeserializedType; /** * Maintenance Item Object List. */ maintenanceItemObjectList: DeserializedType; /** * Notification Number. * Number that identifies the notification. * Maximum length: 12. */ maintenanceNotification: DeserializedType; /** * Location and account assignment for technical object. * Maximum length: 12. */ maintObjectLocAcctAssgmtNmbr: DeserializedType; /** * Material Number. * Alphanumeric key uniquely identifying the material. * Maximum length: 40. */ material: DeserializedType; /** * Serial Number. * Specifies the serial number of a serialized material. * You can use the serial number to identify individual instances of a material for individual tracking purposes.A prerequisite for using a serial number in the logistical process is a serial number profile at material plant level. * Maximum length: 18. */ serialNumber: DeserializedType; } export interface MaintenanceItemObjectType { assembly: DeserializedType; equipment: DeserializedType; functionalLocation: DeserializedType; maintenanceItemObject: DeserializedType; maintenanceItemObjectList: DeserializedType; maintenanceNotification: DeserializedType; maintObjectLocAcctAssgmtNmbr: DeserializedType; material: DeserializedType; serialNumber: DeserializedType; } //# sourceMappingURL=MaintenanceItemObject.d.ts.map