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_REContrOrglAssgmtTerm" of service "com.sap.gateway.srvd_a2x.api_recontract.v0001". */ export declare class ReContrOrglAssgmtTerm extends Entity implements ReContrOrglAssgmtTermType { /** * Technical entity name for ReContrOrglAssgmtTerm. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ReContrOrglAssgmtTerm entity */ static _keys: string[]; /** * Internal Real Estate Number. * Maximum length: 13. */ internalRealEstateNumber: DeserializedType; /** * Re Term Type. * Maximum length: 4. */ reTermType: DeserializedType; /** * Re Term Number. * Maximum length: 4. */ reTermNumber: DeserializedType; /** * Validity Start End Date Value. * Maximum length: 16. */ validityStartEndDateValue: DeserializedType; /** * Validity Start Date. * @nullable */ validityStartDate?: DeserializedType | null; /** * Validity End Date. * @nullable */ validityEndDate?: DeserializedType | null; /** * Re Term Name. * Maximum length: 60. */ reTermName: DeserializedType; /** * Business Area. * Maximum length: 4. */ businessArea: DeserializedType; /** * Profit Center. * Maximum length: 10. */ profitCenter: DeserializedType; /** * Re Status Object. * Maximum length: 22. */ reStatusObject: DeserializedType; /** * Tax Jurisdiction. * Maximum length: 15. */ taxJurisdiction: DeserializedType; /** * Fund. * Maximum length: 24. */ fund: DeserializedType; /** * Funds Center. * Maximum length: 24. */ fundsCenter: DeserializedType; /** * Commitment Item. * Maximum length: 24. */ commitmentItem: DeserializedType; /** * Functional Area. * Maximum length: 24. */ functionalArea: DeserializedType; /** * Budget Period. * Maximum length: 24. */ budgetPeriod: DeserializedType; /** * Tax Calculation Procedure. * Maximum length: 6. */ taxCalculationProcedure: DeserializedType; /** * Financial Management Area. * Maximum length: 4. */ financialManagementArea: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; /** * One-to-one navigation property to the [[ReContract]] entity. */ reContract?: ReContract | null; } export interface ReContrOrglAssgmtTermType { internalRealEstateNumber: DeserializedType; reTermType: DeserializedType; reTermNumber: DeserializedType; validityStartEndDateValue: DeserializedType; validityStartDate?: DeserializedType | null; validityEndDate?: DeserializedType | null; reTermName: DeserializedType; businessArea: DeserializedType; profitCenter: DeserializedType; reStatusObject: DeserializedType; taxJurisdiction: DeserializedType; fund: DeserializedType; fundsCenter: DeserializedType; commitmentItem: DeserializedType; functionalArea: DeserializedType; budgetPeriod: DeserializedType; taxCalculationProcedure: DeserializedType; financialManagementArea: DeserializedType; sapMessages: Sap_Message[]; reContract?: ReContractType | null; } //# sourceMappingURL=ReContrOrglAssgmtTerm.d.ts.map