import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_InbDeliveryItemText" of service "API_INBOUND_DELIVERY_SRV". */ export declare class InbDeliveryItemText extends Entity implements InbDeliveryItemTextType { /** * Technical entity name for InbDeliveryItemText. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the InbDeliveryItemText entity */ static _keys: string[]; /** * Delivery. * The number that uniquely identifies the delivery. * Maximum length: 10. */ deliveryDocument: DeserializedType; /** * Delivery Item. * The number that uniquely identifies the item in a delivery. * Maximum length: 6. */ deliveryDocumentItem: DeserializedType; /** * Text ID. * The text ID defines the various types of texts related to a text object. For example, the object "TEXT" (standard texts) can have the following text IDs: * ST for user-specific standard texts (individual texts)SYST for cross-application system textsvarious IDs for specific application departments. You must have the appropriate access authorization in order to access these texts. * Maximum length: 4. */ textElement: DeserializedType; /** * Language Key. * The language key indicates * - the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. * Maximum length: 2. */ language: DeserializedType; /** * Short Text. * Maximum length: 30. */ textElementDescription: DeserializedType; /** * Text Element Text. */ textElementText: DeserializedType; /** * Truth Value: True/False. */ deliveryLongTextIsFormatted: DeserializedType; } export interface InbDeliveryItemTextType { deliveryDocument: DeserializedType; deliveryDocumentItem: DeserializedType; textElement: DeserializedType; language: DeserializedType; textElementDescription: DeserializedType; textElementText: DeserializedType; deliveryLongTextIsFormatted: DeserializedType; } //# sourceMappingURL=InbDeliveryItemText.d.ts.map