import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; import { ReContract, ReContractType } from './ReContract'; /** * This class represents the entity "A_REContrReminderDate" of service "com.sap.gateway.srvd_a2x.api_recontract.v0001". */ export declare class ReContrReminderDate extends Entity implements ReContrReminderDateType { /** * Technical entity name for ReContrReminderDate. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ReContrReminderDate entity */ static _keys: string[]; /** * Internal Real Estate Number. * Maximum length: 13. */ internalRealEstateNumber: DeserializedType; /** * Re Reminder Number. * Maximum length: 4. */ reReminderNumber: DeserializedType; /** * Re Reminder Date. */ reReminderDate: DeserializedType; /** * Re Reminder Rule. * Maximum length: 4. */ reReminderRule: DeserializedType; /** * Re Reminder Reason. * Maximum length: 4. */ reReminderReason: DeserializedType; /** * Created By User. * Maximum length: 12. */ createdByUser: DeserializedType; /** * Creation Date. * @nullable */ creationDate?: DeserializedType | null; /** * Creation Time. */ creationTime: DeserializedType; /** * Re Source Of Creation. * Maximum length: 10. */ reSourceOfCreation: DeserializedType; /** * Last Changed By User. * Maximum length: 12. */ lastChangedByUser: DeserializedType; /** * Last Change Date. * @nullable */ lastChangeDate?: DeserializedType | null; /** * Last Change Time. */ lastChangeTime: DeserializedType; /** * Re Source Of Change. * Maximum length: 10. */ reSourceOfChange: DeserializedType; /** * Responsible. * Maximum length: 12. */ responsible: DeserializedType; /** * Re Reminder Wrkflw Date. * @nullable */ reReminderWrkflwDate?: DeserializedType | null; /** * Re Reminder Is Done. */ reReminderIsDone: DeserializedType; /** * Re Reminder Is Fix. */ reReminderIsFix: DeserializedType; /** * Re Reminder Is Wrkflw Send. */ reReminderIsWrkflwSend: DeserializedType; /** * Text Object Key. * Maximum length: 45. */ textObjectKey: DeserializedType; /** * Re Reminder Info Text. * Maximum length: 60. */ reReminderInfoText: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; /** * One-to-one navigation property to the [[ReContract]] entity. */ reContract?: ReContract | null; } export interface ReContrReminderDateType { internalRealEstateNumber: DeserializedType; reReminderNumber: DeserializedType; reReminderDate: DeserializedType; reReminderRule: DeserializedType; reReminderReason: DeserializedType; createdByUser: DeserializedType; creationDate?: DeserializedType | null; creationTime: DeserializedType; reSourceOfCreation: DeserializedType; lastChangedByUser: DeserializedType; lastChangeDate?: DeserializedType | null; lastChangeTime: DeserializedType; reSourceOfChange: DeserializedType; responsible: DeserializedType; reReminderWrkflwDate?: DeserializedType | null; reReminderIsDone: DeserializedType; reReminderIsFix: DeserializedType; reReminderIsWrkflwSend: DeserializedType; textObjectKey: DeserializedType; reReminderInfoText: DeserializedType; sapMessages: Sap_Message[]; reContract?: ReContractType | null; } //# sourceMappingURL=ReContrReminderDate.d.ts.map