import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_PurchaseReqnItemText" of service "API_PURCHASEREQ_PROCESS_SRV". */ export declare class PurchaseReqnItemText extends Entity implements PurchaseReqnItemTextType { /** * Technical entity name for PurchaseReqnItemText. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the PurchaseReqnItemText entity */ static _keys: string[]; /** * Purchase Requisition Number. * Maximum length: 10. */ purchaseRequisition: DeserializedType; /** * Item number of purchase requisition. * Maximum length: 5. */ purchaseRequisitionItem: DeserializedType; /** * Text ID. * Maximum length: 4. */ documentText: DeserializedType; /** * Texts: application object. * Maximum length: 10. */ technicalObjectType: DeserializedType; /** * Language Key. * Maximum length: 2. */ language: DeserializedType; /** * Name. * Maximum length: 70. * @nullable */ archObjectNumber?: DeserializedType | null; /** * Long Text. * @nullable */ noteDescription?: DeserializedType | null; /** * "Fixed" Indicator for Texts. * Maximum length: 1. * @nullable */ fixedIndicator?: DeserializedType | null; } export interface PurchaseReqnItemTextType { purchaseRequisition: DeserializedType; purchaseRequisitionItem: DeserializedType; documentText: DeserializedType; technicalObjectType: DeserializedType; language: DeserializedType; archObjectNumber?: DeserializedType | null; noteDescription?: DeserializedType | null; fixedIndicator?: DeserializedType | null; } //# sourceMappingURL=PurchaseReqnItemText.d.ts.map