import { ProductValuationAccount } from './ProductValuationAccount'; import { ProductValuationAccountRequestBuilder } from './ProductValuationAccountRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductValuationAccountApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductValuationAccount; requestBuilder(): ProductValuationAccountRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[product]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[valuationArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALUATION_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[valuationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALUATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[commercialPrice1InCoCodeCrcy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMMERCIAL_PRICE_1_IN_CO_CODE_CRCY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[commercialPrice2InCoCodeCrcy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMMERCIAL_PRICE_2_IN_CO_CODE_CRCY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[commercialPrice3InCoCodeCrcy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMMERCIAL_PRICE_3_IN_CO_CODE_CRCY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[devaluationYearCount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEVALUATION_YEAR_COUNT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[futureEvaluatedAmountValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUTURE_EVALUATED_AMOUNT_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[futurePriceValidityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUTURE_PRICE_VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[isLifoAndFifoRelevant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_LIFO_AND_FIFO_RELEVANT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[lifoValuationPoolNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LIFO_VALUATION_POOL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[taxPricel1InCoCodeCrcy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_PRICEL_1_IN_CO_CODE_CRCY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[taxPrice2InCoCodeCrcy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_PRICE_2_IN_CO_CODE_CRCY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[taxPrice3InCoCodeCrcy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_PRICE_3_IN_CO_CODE_CRCY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[currency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductValuationAccountApi.d.ts.map