import { BusinessPartnerTaxNumber } from './BusinessPartnerTaxNumber'; import { BusinessPartnerTaxNumberRequestBuilder } from './BusinessPartnerTaxNumberRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class BusinessPartnerTaxNumberApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof BusinessPartnerTaxNumber; requestBuilder(): BusinessPartnerTaxNumberRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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 [[bpTaxType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_TAX_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bpTaxNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_TAX_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[bpTaxLongNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BP_TAX_LONG_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[authorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusinessPartnerTaxNumberApi.d.ts.map