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_REContrValuationCondition" of service "com.sap.gateway.srvd_a2x.api_recontract.v0001". */ export declare class ReContrValuationCondition extends Entity implements ReContrValuationConditionType { /** * Technical entity name for ReContrValuationCondition. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ReContrValuationCondition entity */ static _keys: string[]; /** * Internal Real Estate Number. * Maximum length: 13. */ internalRealEstateNumber: DeserializedType; /** * Re Term Number. * Maximum length: 4. */ reTermNumber: DeserializedType; /** * Validity Start End Date Value. * Maximum length: 16. */ validityStartEndDateValue: DeserializedType; /** * Re Condition Type. * Maximum length: 4. */ reConditionType: DeserializedType; /** * Re Condition Validity Start Date. */ reConditionValidityStartDate: DeserializedType; /** * Re Ext Condition Purpose. * Maximum length: 4. */ reExtConditionPurpose: DeserializedType; /** * Re Status Object Calculation. * Maximum length: 22. */ reStatusObjectCalculation: DeserializedType; /** * Re Term Name. * Maximum length: 60. */ reTermName: DeserializedType; /** * Validity Start Date. * @nullable */ validityStartDate?: DeserializedType | null; /** * Validity End Date. * @nullable */ validityEndDate?: DeserializedType | null; /** * Re Condition Validity End Date. * @nullable */ reConditionValidityEndDate?: DeserializedType | null; /** * Re Valuation Cndn Property. * Maximum length: 1. */ reValuationCndnProperty: DeserializedType; /** * Re Valuation Cndn Consdtn. * Maximum length: 1. */ reValuationCndnConsdtn: DeserializedType; /** * Re Is Valuation Cndn Consdtn. */ reIsValuationCndnConsdtn: DeserializedType; /** * Re Valuation Cndn Share Percent. */ reValuationCndnSharePercent: DeserializedType; /** * Re Valuation Cndn Share Abslt Amt. */ reValuationCndnShareAbsltAmt: DeserializedType; /** * Re Valuation Currency. * Maximum length: 5. */ reValuationCurrency: DeserializedType; /** * Re Valuation Cndn Status. * Maximum length: 1. */ reValuationCndnStatus: DeserializedType; /** * Re Info Text. * Maximum length: 100. */ reInfoText: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; /** * One-to-one navigation property to the [[ReContract]] entity. */ reContract?: ReContract | null; } export interface ReContrValuationConditionType { internalRealEstateNumber: DeserializedType; reTermNumber: DeserializedType; validityStartEndDateValue: DeserializedType; reConditionType: DeserializedType; reConditionValidityStartDate: DeserializedType; reExtConditionPurpose: DeserializedType; reStatusObjectCalculation: DeserializedType; reTermName: DeserializedType; validityStartDate?: DeserializedType | null; validityEndDate?: DeserializedType | null; reConditionValidityEndDate?: DeserializedType | null; reValuationCndnProperty: DeserializedType; reValuationCndnConsdtn: DeserializedType; reIsValuationCndnConsdtn: DeserializedType; reValuationCndnSharePercent: DeserializedType; reValuationCndnShareAbsltAmt: DeserializedType; reValuationCurrency: DeserializedType; reValuationCndnStatus: DeserializedType; reInfoText: DeserializedType; sapMessages: Sap_Message[]; reContract?: ReContractType | null; } //# sourceMappingURL=ReContrValuationCondition.d.ts.map