import { ReContrPostingTerm } from './ReContrPostingTerm'; import { ReContrPostingTermRequestBuilder } from './ReContrPostingTermRequestBuilder'; import { ReContractApi } from './ReContractApi'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField, OneToOneLink } from '@sap-cloud-sdk/odata-v4'; export declare class ReContrPostingTermApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrPostingTerm; requestBuilder(): ReContrPostingTermRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[reContract]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT: OneToOneLink, DeSerializersT, ReContractApi>; /** * Static representation of the [[internalRealEstateNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNAL_REAL_ESTATE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reTermType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TERM_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reTermNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TERM_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityStartEndDateValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_END_DATE_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[validityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reTermName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TERM_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[paymentMethod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_METHOD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[rePaymentMethodCreditMemo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_PAYMENT_METHOD_CREDIT_MEMO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[paymentBlockingReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_BLOCKING_REASON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[paymentTerms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_TERMS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[houseBank]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HOUSE_BANK: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[houseBankAccount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HOUSE_BANK_ACCOUNT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bankIdentification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BANK_IDENTIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reNoteToPayeeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_NOTE_TO_PAYEE_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dunningArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dunningKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_KEY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dunningBlockingReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_BLOCKING_REASON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAcctDeterminationKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ACCT_DETERMINATION_KEY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reTaxType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TAX_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[taxGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsConditionGrossAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_CONDITION_GROSS_AMOUNT: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[taxCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[businessPartner]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAccountingObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ACCOUNTING_OBJECT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[taxJurisdiction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_JURISDICTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsConditionSplit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_CONDITION_SPLIT: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reCurrencyTranslationRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CURRENCY_TRANSLATION_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsPartnerBlocked]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_PARTNER_BLOCKED: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[sepaMandate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SEPA_MANDATE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sepaMandateCreditor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SEPA_MANDATE_CREDITOR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=ReContrPostingTermApi.d.ts.map