import { AddressEmailAddressApi } from './AddressEmailAddressApi'; import { AddressFaxNumberApi } from './AddressFaxNumberApi'; import { AddressHomePageUrlApi } from './AddressHomePageUrlApi'; import { AddressPhoneNumberApi } from './AddressPhoneNumberApi'; import { BpContactToAddressApi } from './BpContactToAddressApi'; import { BpContactToFuncAndDeptApi } from './BpContactToFuncAndDeptApi'; import { BuPaAddressUsageApi } from './BuPaAddressUsageApi'; import { BuPaIdentificationApi } from './BuPaIdentificationApi'; import { BuPaIndustryApi } from './BuPaIndustryApi'; import { BusinessPartnerApi } from './BusinessPartnerApi'; import { BusinessPartnerAddressApi } from './BusinessPartnerAddressApi'; import { BusinessPartnerBankApi } from './BusinessPartnerBankApi'; import { BusinessPartnerContactApi } from './BusinessPartnerContactApi'; import { BusinessPartnerRoleApi } from './BusinessPartnerRoleApi'; import { BusinessPartnerTaxNumberApi } from './BusinessPartnerTaxNumberApi'; import { CustomerApi } from './CustomerApi'; import { CustomerCompanyApi } from './CustomerCompanyApi'; import { CustomerCompanyTextApi } from './CustomerCompanyTextApi'; import { CustomerDunningApi } from './CustomerDunningApi'; import { CustomerSalesAreaApi } from './CustomerSalesAreaApi'; import { CustomerSalesAreaTaxApi } from './CustomerSalesAreaTaxApi'; import { CustomerSalesAreaTextApi } from './CustomerSalesAreaTextApi'; import { CustomerTaxGroupingApi } from './CustomerTaxGroupingApi'; import { CustomerTextApi } from './CustomerTextApi'; import { CustomerUnloadingPointApi } from './CustomerUnloadingPointApi'; import { CustomerWithHoldingTaxApi } from './CustomerWithHoldingTaxApi'; import { CustSalesPartnerFuncApi } from './CustSalesPartnerFuncApi'; import { SupplierApi } from './SupplierApi'; import { SupplierCompanyApi } from './SupplierCompanyApi'; import { SupplierCompanyTextApi } from './SupplierCompanyTextApi'; import { SupplierDunningApi } from './SupplierDunningApi'; import { SupplierPartnerFuncApi } from './SupplierPartnerFuncApi'; import { SupplierPurchasingOrgApi } from './SupplierPurchasingOrgApi'; import { SupplierPurchasingOrgTextApi } from './SupplierPurchasingOrgTextApi'; import { SupplierTextApi } from './SupplierTextApi'; import { SupplierWithHoldingTaxApi } from './SupplierWithHoldingTaxApi'; import { BigNumber } from 'bignumber.js'; import { Moment } from 'moment'; import { DeSerializers, DefaultDeSerializers, Time } from '@sap-cloud-sdk/odata-v2'; import { batch, changeset } from './BatchRequest'; export declare function businessPartnerService(deSerializers?: Partial>): BusinessPartnerService>; export declare class BusinessPartnerService { private apis; private deSerializers; constructor(deSerializers: DeSerializersT); private initApi; get addressEmailAddressApi(): AddressEmailAddressApi; get addressFaxNumberApi(): AddressFaxNumberApi; get addressHomePageUrlApi(): AddressHomePageUrlApi; get addressPhoneNumberApi(): AddressPhoneNumberApi; get bpContactToAddressApi(): BpContactToAddressApi; get bpContactToFuncAndDeptApi(): BpContactToFuncAndDeptApi; get buPaAddressUsageApi(): BuPaAddressUsageApi; get buPaIdentificationApi(): BuPaIdentificationApi; get buPaIndustryApi(): BuPaIndustryApi; get businessPartnerApi(): BusinessPartnerApi; get businessPartnerAddressApi(): BusinessPartnerAddressApi; get businessPartnerBankApi(): BusinessPartnerBankApi; get businessPartnerContactApi(): BusinessPartnerContactApi; get businessPartnerRoleApi(): BusinessPartnerRoleApi; get businessPartnerTaxNumberApi(): BusinessPartnerTaxNumberApi; get customerApi(): CustomerApi; get customerCompanyApi(): CustomerCompanyApi; get customerCompanyTextApi(): CustomerCompanyTextApi; get customerDunningApi(): CustomerDunningApi; get customerSalesAreaApi(): CustomerSalesAreaApi; get customerSalesAreaTaxApi(): CustomerSalesAreaTaxApi; get customerSalesAreaTextApi(): CustomerSalesAreaTextApi; get customerTaxGroupingApi(): CustomerTaxGroupingApi; get customerTextApi(): CustomerTextApi; get customerUnloadingPointApi(): CustomerUnloadingPointApi; get customerWithHoldingTaxApi(): CustomerWithHoldingTaxApi; get custSalesPartnerFuncApi(): CustSalesPartnerFuncApi; get supplierApi(): SupplierApi; get supplierCompanyApi(): SupplierCompanyApi; get supplierCompanyTextApi(): SupplierCompanyTextApi; get supplierDunningApi(): SupplierDunningApi; get supplierPartnerFuncApi(): SupplierPartnerFuncApi; get supplierPurchasingOrgApi(): SupplierPurchasingOrgApi; get supplierPurchasingOrgTextApi(): SupplierPurchasingOrgTextApi; get supplierTextApi(): SupplierTextApi; get supplierWithHoldingTaxApi(): SupplierWithHoldingTaxApi; get batch(): typeof batch; get changeset(): typeof changeset; } //# sourceMappingURL=service.d.ts.map