import { ProductMlAccount } from './ProductMlAccount'; import { ProductMlAccountRequestBuilder } from './ProductMlAccountRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductMlAccountApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductMlAccount; requestBuilder(): ProductMlAccountRequestBuilder; 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 [[currencyRole]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CURRENCY_ROLE: EdmTypeField>, DeSerializersT, "Edm.String", false, 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>; /** * Static representation of the [[productPriceControl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_PRICE_CONTROL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[priceUnitQty]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRICE_UNIT_QTY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[movingAveragePrice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MOVING_AVERAGE_PRICE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[standardPrice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STANDARD_PRICE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; }; } //# sourceMappingURL=ProductMlAccountApi.d.ts.map