import { ProductSalesTax } from './ProductSalesTax'; import { ProductSalesTaxRequestBuilder } from './ProductSalesTaxRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductSalesTaxApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductSalesTax; requestBuilder(): ProductSalesTaxRequestBuilder; 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 [[country]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[taxCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[taxClassification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_CLASSIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=ProductSalesTaxApi.d.ts.map