import { CustomerTaxGrouping } from './CustomerTaxGrouping'; import { CustomerTaxGroupingRequestBuilder } from './CustomerTaxGroupingRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class CustomerTaxGroupingApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof CustomerTaxGrouping; requestBuilder(): CustomerTaxGroupingRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[customer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[customerTaxGroupingCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER_TAX_GROUPING_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[custTaxGrpExemptionCertificate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_TAX_GRP_EXEMPTION_CERTIFICATE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[custTaxGroupExemptionRate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_TAX_GROUP_EXEMPTION_RATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[custTaxGroupExemptionStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_TAX_GROUP_EXEMPTION_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[custTaxGroupExemptionEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_TAX_GROUP_EXEMPTION_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[custTaxGroupSubjectedStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_TAX_GROUP_SUBJECTED_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[custTaxGroupSubjectedEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_TAX_GROUP_SUBJECTED_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; }; } //# sourceMappingURL=CustomerTaxGroupingApi.d.ts.map