import { ManageBaseAPI } from '../BaseAPI'; import { components } from '../ManageTypes'; import { CommonParameters } from '../ManageAPI'; import { NoContentResponse, PDFResponse } from '../types'; type schemas = components['schemas']; /** {@link AccountingBatch} */ export type AccountingBatch = schemas['AccountingBatch']; /** {@link AccountingPackage} */ export type AccountingPackage = schemas['AccountingPackage']; /** {@link AccountingPackageSetup} */ export type AccountingPackageSetup = schemas['AccountingPackageSetup']; /** {@link Addition} */ export type Addition = schemas['Addition']; /** {@link Agreement} */ export type Agreement = schemas['Agreement']; /** {@link AgreementAdjustment} */ export type AgreementAdjustment = schemas['Agreement.Adjustment']; /** {@link AgreementApplicationParameters} */ export type AgreementApplicationParameters = schemas['AgreementApplicationParameters']; /** {@link AgreementBatchSetup} */ export type AgreementBatchSetup = schemas['AgreementBatchSetup']; /** {@link AgreementRecap} */ export type AgreementRecap = schemas['AgreementRecap']; /** {@link AgreementRecurringParameters} */ export type AgreementRecurringParameters = schemas['AgreementRecurringParameters']; /** {@link AgreementSite} */ export type AgreementSite = schemas['AgreementSite']; /** {@link AgreementTabsCount} */ export type AgreementTabsCount = schemas['AgreementTabsCount']; /** {@link AgreementType} */ export type AgreementType = schemas['AgreementType']; /** {@link AgreementTypeBoardDefault} */ export type AgreementTypeBoardDefault = schemas['AgreementTypeBoardDefault']; /** {@link AgreementTypeInfo} */ export type AgreementTypeInfo = schemas['AgreementTypeInfo']; /** {@link AgreementTypeWorkRole} */ export type AgreementTypeWorkRole = schemas['AgreementTypeWorkRole']; /** {@link AgreementTypeWorkRoleExclusion} */ export type AgreementTypeWorkRoleExclusion = schemas['AgreementTypeWorkRoleExclusion']; /** {@link AgreementTypeWorkRoleInfo} */ export type AgreementTypeWorkRoleInfo = schemas['AgreementTypeWorkRoleInfo']; /** {@link AgreementTypeWorkType} */ export type AgreementTypeWorkType = schemas['AgreementTypeWorkType']; /** {@link AgreementTypeWorkTypeExclusion} */ export type AgreementTypeWorkTypeExclusion = schemas['AgreementTypeWorkTypeExclusion']; /** {@link AgreementWorkRole} */ export type AgreementWorkRole = schemas['AgreementWorkRole']; /** {@link AgreementWorkRoleExclusion} */ export type AgreementWorkRoleExclusion = schemas['AgreementWorkRoleExclusion']; /** {@link AgreementWorkType} */ export type AgreementWorkType = schemas['AgreementWorkType']; /** {@link AgreementWorkTypeExclusion} */ export type AgreementWorkTypeExclusion = schemas['AgreementWorkTypeExclusion']; /** {@link BatchEntry} */ export type BatchEntry = schemas['BatchEntry']; /** {@link BillingCycle} */ export type BillingCycle = schemas['BillingCycle']; /** {@link BillingCycleInfo} */ export type BillingCycleInfo = schemas['BillingCycleInfo']; /** {@link BillingSetup} */ export type BillingSetup = schemas['BillingSetup']; /** {@link BillingSetupInfo} */ export type BillingSetupInfo = schemas['BillingSetupInfo']; /** {@link BillingSetupRouting} */ export type BillingSetupRouting = schemas['BillingSetupRouting']; /** {@link BillingStatus} */ export type BillingStatus = schemas['BillingStatus']; /** {@link BillingStatusInfo} */ export type BillingStatusInfo = schemas['BillingStatusInfo']; /** {@link BillingTerm} */ export type BillingTerm = schemas['BillingTerm']; /** {@link BillingTermInfo} */ export type BillingTermInfo = schemas['BillingTermInfo']; /** {@link BoardDefault} */ export type BoardDefault = schemas['BoardDefault']; /** {@link ClosedInvoice} */ export type ClosedInvoice = schemas['ClosedInvoice']; /** {@link CompanyFinance} */ export type CompanyFinance = schemas['CompanyFinance']; /** {@link ConfigurationReference} */ export type ConfigurationReference = schemas['ConfigurationReference']; /** {@link Count} */ export type Count = schemas['Count']; /** {@link CreateAccountingBatchRequest} */ export type CreateAccountingBatchRequest = schemas['CreateAccountingBatchRequest']; /** {@link CurrencyCode} */ export type CurrencyCode = schemas['CurrencyCode']; /** {@link CurrencyInfo} */ export type CurrencyInfo = schemas['CurrencyInfo']; /** {@link DeliveryMethod} */ export type DeliveryMethod = schemas['DeliveryMethod']; /** {@link ExpenseTypeExemption} */ export type ExpenseTypeExemption = schemas['ExpenseTypeExemption']; /** {@link ExportAccountingBatchRequest} */ export type ExportAccountingBatchRequest = schemas['ExportAccountingBatchRequest']; /** {@link FinanceCurrency} */ export type FinanceCurrency = schemas['Finance.Currency']; /** {@link GLAccount} */ export type GLAccount = schemas['GLAccount']; /** {@link GLCaption} */ export type GLCaption = schemas['GLCaption']; /** {@link GLEntry} */ export type GLEntry = schemas['GLEntry']; /** {@link GLExport} */ export type GLExport = schemas['GLExport']; /** {@link GLPath} */ export type GLPath = schemas['GLPath']; /** {@link Invoice} */ export type Invoice = schemas['Invoice']; /** {@link InvoiceCommission} */ export type InvoiceCommission = schemas['InvoiceCommission']; /** {@link InvoiceEmailTemplate} */ export type InvoiceEmailTemplate = schemas['InvoiceEmailTemplate']; /** {@link InvoiceEmailTemplateInfo} */ export type InvoiceEmailTemplateInfo = schemas['InvoiceEmailTemplateInfo']; /** {@link InvoiceInfo} */ export type InvoiceInfo = schemas['InvoiceInfo']; /** {@link InvoicePayment} */ export type InvoicePayment = schemas['InvoicePayment']; /** {@link InvoiceRouting} */ export type InvoiceRouting = schemas['InvoiceRouting']; /** {@link InvoiceTemplate} */ export type InvoiceTemplate = schemas['InvoiceTemplate']; /** {@link InvoiceTemplateSetup} */ export type InvoiceTemplateSetup = schemas['InvoiceTemplateSetup']; /** {@link MappedType} */ export type MappedType = schemas['MappedType']; /** {@link PatchOperation} */ export type PatchOperation = schemas['PatchOperation']; /** {@link ProductTypeExemption} */ export type ProductTypeExemption = schemas['ProductTypeExemption']; /** {@link TaxCode} */ export type TaxCode = schemas['TaxCode']; /** {@link TaxCodeInfo} */ export type TaxCodeInfo = schemas['TaxCodeInfo']; /** {@link TaxCodeLevel} */ export type TaxCodeLevel = schemas['TaxCodeLevel']; /** {@link TaxCodeXRef} */ export type TaxCodeXRef = schemas['TaxCodeXRef']; /** {@link TaxIntegration} */ export type TaxIntegration = schemas['TaxIntegration']; /** {@link TaxIntegrationInfo} */ export type TaxIntegrationInfo = schemas['TaxIntegrationInfo']; /** {@link TaxableExpenseTypeLevel} */ export type TaxableExpenseTypeLevel = schemas['TaxableExpenseTypeLevel']; /** {@link TaxableProductTypeLevel} */ export type TaxableProductTypeLevel = schemas['TaxableProductTypeLevel']; /** {@link TaxableWorkRoleLevel} */ export type TaxableWorkRoleLevel = schemas['TaxableWorkRoleLevel']; /** {@link TaxableXRefLevel} */ export type TaxableXRefLevel = schemas['TaxableXRefLevel']; /** {@link UnpostedExpense} */ export type UnpostedExpense = schemas['UnpostedExpense']; /** {@link UnpostedExpenseTaxableLevel} */ export type UnpostedExpenseTaxableLevel = schemas['UnpostedExpenseTaxableLevel']; /** {@link UnpostedInvoice} */ export type UnpostedInvoice = schemas['UnpostedInvoice']; /** {@link UnpostedInvoiceTaxableLevel} */ export type UnpostedInvoiceTaxableLevel = schemas['UnpostedInvoiceTaxableLevel']; /** {@link UnpostedPayments} */ export type UnpostedPayments = schemas['UnpostedPayments']; /** {@link UnpostedProcurement} */ export type UnpostedProcurement = schemas['UnpostedProcurement']; /** {@link UnpostedProcurementTaxableLevel} */ export type UnpostedProcurementTaxableLevel = schemas['UnpostedProcurementTaxableLevel']; /** {@link Usage} */ export type Usage = schemas['Usage']; /** {@link WorkRoleExemption} */ export type WorkRoleExemption = schemas['WorkRoleExemption']; /** * Finance module * @public */ export declare class FinanceAPI extends ManageBaseAPI { getFinanceAccountingBatches(params?: CommonParameters): Promise>; postFinanceAccountingBatches(accountingBatchParameters: CreateAccountingBatchRequest): Promise; getFinanceAccountingBatchesById(id: number, params?: CommonParameters): Promise; deleteFinanceAccountingBatchesById(id: number): Promise; postFinanceAccountingBatchesByIdExport(id: number, batchExportParameters: ExportAccountingBatchRequest): Promise; getFinanceAccountingBatchesByParentIdEntries(parentId: number, params?: CommonParameters): Promise>; getFinanceAccountingBatchesByParentIdEntriesById(id: number, parentId: number, params?: CommonParameters): Promise; getFinanceAccountingBatchesByParentIdEntriesCount(parentId: number, params?: CommonParameters): Promise; getFinanceAccountingBatchesCount(params?: CommonParameters): Promise; postFinanceAccountingExport(batchExportParameters: ExportAccountingBatchRequest): Promise; getFinanceAccountingUnpostedexpenses(params?: CommonParameters): Promise>; getFinanceAccountingUnpostedexpensesById(id: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedexpensesByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise>; getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedexpensesCount(params?: CommonParameters): Promise; getFinanceAccountingUnpostedinvoices(params?: CommonParameters): Promise>; getFinanceAccountingUnpostedinvoicesById(id: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise>; getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedinvoicesCount(params?: CommonParameters): Promise; getFinanceAccountingUnpostedpayments(params?: CommonParameters): Promise>; getFinanceAccountingUnpostedPaymentsById(id: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedPaymentsCount(params?: CommonParameters): Promise; getFinanceAccountingUnpostedprocurement(params?: CommonParameters): Promise>; getFinanceAccountingUnpostedprocurementById(id: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedprocurementByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise>; getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAccountingUnpostedprocurementCount(params?: CommonParameters): Promise; getFinanceAccountingPackages(params?: CommonParameters): Promise>; getFinanceAccountingPackagesById(id: number, params?: CommonParameters): Promise; getFinanceAccountingPackagesCount(params?: CommonParameters): Promise; getFinanceAccountingPackageSetup(params?: CommonParameters): Promise>; getFinanceAccountingPackageSetupById(id: number, params?: CommonParameters): Promise; putFinanceAccountingPackageSetupById(id: number, accountingPackageSetup: AccountingPackageSetup): Promise; patchFinanceAccountingPackageSetupById(id: number, patchOperations: Array): Promise; getFinanceAccountingPackageSetupCount(params?: CommonParameters): Promise; getFinanceAgreementrecap(params?: CommonParameters): Promise>; getFinanceAgreementrecapById(id: number, params?: CommonParameters): Promise; getFinanceAgreements(params?: CommonParameters): Promise>; postFinanceAgreements(agreement: Agreement): Promise; getFinanceAgreementsById(id: number, params?: CommonParameters): Promise; deleteFinanceAgreementsById(id: number): Promise; putFinanceAgreementsById(id: number, agreement: Agreement): Promise; patchFinanceAgreementsById(id: number, patchOperations: Array): Promise; getFinanceAgreementsByIdApplicationParametersByPodId(id: number, podId: string, params?: CommonParameters): Promise; postFinanceAgreementsByIdInvoice(id: number): Promise; getFinanceAgreementsByIdQuickAccessCount(id: number, params?: CommonParameters): Promise; getFinanceAgreementsByIdRecurringParametersByPodId(id: number, podId: string, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdAdditions(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdAdditions(parentId: number, addition: Addition): Promise; getFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number): Promise; putFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, addition: Addition): Promise; patchFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementsByParentIdAdditionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdAdjustments(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdAdjustments(parentId: number, adjustment: AgreementAdjustment): Promise; getFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number): Promise; putFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, adjustment: AgreementAdjustment): Promise; patchFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementsByParentIdAdjustmentsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdBoardDefaults(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdBoardDefaults(parentId: number, boardDefault: BoardDefault): Promise; getFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number): Promise; putFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, boardDefault: BoardDefault): Promise; patchFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementsByParentIdBoardDefaultsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdConfigurations(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdConfigurations(parentId: number, configuration: ConfigurationReference): Promise; getFinanceAgreementsByParentIdConfigurationsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdConfigurationsById(id: number, parentId: number): Promise; getFinanceAgreementsByParentIdConfigurationsCount(parentId: number, params?: CommonParameters): Promise; postFinanceAgreementsByParentIdCopy(parentId: number): Promise; getFinanceAgreementsByParentIdSites(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdSites(parentId: number, site: AgreementSite): Promise; getFinanceAgreementsByParentIdSitesById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdSitesById(id: number, parentId: number): Promise; putFinanceAgreementsByParentIdSitesById(id: number, parentId: number, site: AgreementSite): Promise; patchFinanceAgreementsByParentIdSitesById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementsByParentIdSitesCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdWorkRoleExclusions(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdWorkRoleExclusions(parentId: number, workRoleExclusion: AgreementWorkRoleExclusion): Promise; deleteFinanceAgreementsByParentIdWorkRoleExclusionsById(id: number, parentId: number): Promise; getFinanceAgreementsByParentIdWorkRoleExclusionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdWorkroles(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdWorkroles(parentId: number, workRole: AgreementWorkRole): Promise; getFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number): Promise; putFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, workRole: AgreementWorkRole): Promise; patchFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementsByParentIdWorkrolesCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdWorkTypeExclusions(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdWorkTypeExclusions(parentId: number, workTypeExclusion: AgreementWorkTypeExclusion): Promise; deleteFinanceAgreementsByParentIdWorkTypeExclusionsById(id: number, parentId: number): Promise; getFinanceAgreementsByParentIdWorkTypeExclusionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsByParentIdWorktypes(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementsByParentIdWorktypes(parentId: number, workType: AgreementWorkType): Promise; getFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number): Promise; putFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, workType: AgreementWorkType): Promise; patchFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementsByParentIdWorktypesCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementsCount(params?: CommonParameters): Promise; getFinanceAgreementsTypes(params?: CommonParameters): Promise>; postFinanceAgreementsTypes(agreementType: AgreementType): Promise; getFinanceAgreementsTypesById(id: number, params?: CommonParameters): Promise; deleteFinanceAgreementsTypesById(id: number): Promise; putFinanceAgreementsTypesById(id: number, agreementType: AgreementType): Promise; patchFinanceAgreementsTypesById(id: number, patchOperations: Array): Promise; getFinanceAgreementsTypesByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceAgreementsTypesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceAgreementsTypesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceAgreementsTypesCount(params?: CommonParameters): Promise; getFinanceAgreementsTypesInfo(params?: CommonParameters): Promise>; getFinanceAgreementsTypesInfoCount(params?: CommonParameters): Promise; postFinanceAgreementsByIdCopy(id: number): Promise; getFinanceAgreementTypesByParentIdBoardDefaults(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementTypesByParentIdBoardDefaults(parentId: number, boardDefault: AgreementTypeBoardDefault): Promise; getFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number): Promise; putFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, boardDefault: AgreementTypeBoardDefault): Promise; patchFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementTypesByParentIdBoardDefaultsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementTypesByParentIdWorkRoleExclusions(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementTypesByParentIdWorkRoleExclusions(parentId: number, workRoleExclusion: AgreementTypeWorkRoleExclusion): Promise; getFinanceAgreementTypesByParentIdWorkRoleExclusionsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementTypesByParentIdWorkRoleExclusionsById(id: number, parentId: number): Promise; getFinanceAgreementTypesByParentIdWorkRoleExclusionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementTypesByParentIdWorkroles(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementTypesByParentIdWorkroles(parentId: number, workRole: AgreementTypeWorkRole): Promise; getFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number): Promise; putFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, workRole: AgreementTypeWorkRole): Promise; patchFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementTypesByParentIdWorkrolesCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementTypesByParentIdWorkrolesInfo(parentId: number, params?: CommonParameters): Promise>; getFinanceAgreementTypesByParentIdWorkrolesInfoById(id: number, parentId: number, params?: CommonParameters): Promise; getFinanceAgreementTypesByParentIdWorkrolesInfoCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementTypesByParentIdWorkTypeExclusions(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementTypesByParentIdWorkTypeExclusions(parentId: number, workTypeExclusion: AgreementTypeWorkTypeExclusion): Promise; getFinanceAgreementTypesByParentIdWorkTypeExclusionsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementTypesByParentIdWorkTypeExclusionsById(id: number, parentId: number): Promise; getFinanceAgreementTypesByParentIdWorkTypeExclusionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceAgreementTypesByParentIdWorktypes(parentId: number, params?: CommonParameters): Promise>; postFinanceAgreementTypesByParentIdWorktypes(parentId: number, workType: AgreementTypeWorkType): Promise; getFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number): Promise; putFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, workType: AgreementTypeWorkType): Promise; patchFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceAgreementTypesByParentIdWorktypesCount(parentId: number, params?: CommonParameters): Promise; getFinanceBatchSetups(params?: CommonParameters): Promise>; getFinanceBatchSetupsById(id: number, params?: CommonParameters): Promise; putFinanceBatchSetupsById(id: number, batchSetup: AgreementBatchSetup): Promise; patchFinanceBatchSetupsById(id: number, patchOperations: Array): Promise; getFinanceBatchSetupsCount(params?: CommonParameters): Promise; getFinanceBillingCycles(params?: CommonParameters): Promise>; postFinanceBillingCycles(billingCycle: BillingCycle): Promise; getFinanceBillingCyclesById(id: number, params?: CommonParameters): Promise; deleteFinanceBillingCyclesById(id: number): Promise; putFinanceBillingCyclesById(id: number, billingCycle: BillingCycle): Promise; patchFinanceBillingCyclesById(id: number, patchOperations: Array): Promise; getFinanceBillingCyclesByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceBillingCyclesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceBillingCyclesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceBillingCyclesCount(params?: CommonParameters): Promise; getFinanceBillingCyclesInfo(params?: CommonParameters): Promise>; getFinanceBillingCyclesInfoCount(params?: CommonParameters): Promise; getFinanceBillingSetups(params?: CommonParameters): Promise>; postFinanceBillingSetups(billingSetup: BillingSetup): Promise; getFinanceBillingSetupsById(id: number, params?: CommonParameters): Promise; deleteFinanceBillingSetupsById(id: number): Promise; putFinanceBillingSetupsById(id: number, billingSetup: BillingSetup): Promise; patchFinanceBillingSetupsById(id: number, patchOperations: Array): Promise; getFinanceBillingSetupsByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceBillingSetupsByParentIdRoutings(parentId: number, params?: CommonParameters): Promise>; postFinanceBillingSetupsByParentIdRoutings(parentId: number, billingSetupRouting: BillingSetupRouting): Promise; getFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number): Promise; putFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, billingSetupRouting: BillingSetupRouting): Promise; patchFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceBillingSetupsByParentIdRoutingsCount(parentId: number, params?: CommonParameters): Promise; getFinanceBillingSetupsCount(params?: CommonParameters): Promise; getFinanceBillingSetupsInfo(params?: CommonParameters): Promise>; getFinanceBillingSetupsInfoCount(params?: CommonParameters): Promise; getFinanceBillingStatuses(params?: CommonParameters): Promise>; postFinanceBillingStatuses(billingStatus: BillingStatus): Promise; getFinanceBillingStatusesById(id: number, params?: CommonParameters): Promise; deleteFinanceBillingStatusesById(id: number): Promise; putFinanceBillingStatusesById(id: number, billingStatus: BillingStatus): Promise; patchFinanceBillingStatusesById(id: number, patchOperations: Array): Promise; getFinanceBillingStatusesByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceBillingStatusesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceBillingStatusesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceBillingStatusesCount(params?: CommonParameters): Promise; getFinanceBillingStatusesInfo(params?: CommonParameters): Promise>; getFinanceBillingStatusesInfoCount(params?: CommonParameters): Promise; getFinanceBillingTerms(params?: CommonParameters): Promise>; postFinanceBillingTerms(billingTerms: BillingTerm): Promise; getFinanceBillingTermsById(id: number, params?: CommonParameters): Promise; deleteFinanceBillingTermsById(id: number): Promise; putFinanceBillingTermsById(id: number, billingTerms: BillingTerm): Promise; patchFinanceBillingTermsById(id: number, patchOperations: Array): Promise; getFinanceBillingTermsByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceBillingTermsByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceBillingTermsByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceBillingTermsCount(params?: CommonParameters): Promise; getFinanceBillingTermsInfo(params?: CommonParameters): Promise>; getFinanceBillingTermsInfoCount(params?: CommonParameters): Promise; putFinanceClosedInvoicesById(id: number, closedInvoice: ClosedInvoice): Promise; patchFinanceClosedInvoicesById(id: number, patchOperations: Array): Promise; getFinanceCompanyFinance(params?: CommonParameters): Promise>; getFinanceCompanyFinanceById(id: number, params?: CommonParameters): Promise; putFinanceCompanyFinanceById(id: number, CompanyFinance: CompanyFinance): Promise; patchFinanceCompanyFinanceById(id: number, patchOperations: Array): Promise; getFinanceCompanyFinanceCount(params?: CommonParameters): Promise; getFinanceCurrencies(params?: CommonParameters): Promise>; postFinanceCurrencies(currency: FinanceCurrency): Promise; getFinanceCurrenciesById(id: number, params?: CommonParameters): Promise; putFinanceCurrenciesById(id: number, currency: FinanceCurrency): Promise; patchFinanceCurrenciesById(id: number, patchOperations: Array): Promise; deleteFinanceCurrenciesById(id: number): Promise; getFinanceCurrenciesByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceCurrenciesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceCurrenciesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceCurrenciesCount(params?: CommonParameters): Promise; getFinanceCurrenciesInfo(params?: CommonParameters): Promise>; getFinanceCurrenciesInfoCount(params?: CommonParameters): Promise; getFinanceDeliveryMethods(params?: CommonParameters): Promise>; postFinanceDeliveryMethods(deliveryMethod: DeliveryMethod): Promise; getFinanceDeliveryMethodsById(id: number, params?: CommonParameters): Promise; deleteFinanceDeliveryMethodsById(id: number): Promise; putFinanceDeliveryMethodsById(id: number, deliveryMethod: DeliveryMethod): Promise; patchFinanceDeliveryMethodsById(id: number, patchOperations: Array): Promise; getFinanceDeliveryMethodsCount(params?: CommonParameters): Promise; getFinanceGlAccounts(params?: CommonParameters): Promise>; postFinanceGlAccounts(glAccount: GLAccount): Promise; getFinanceGlAccountsById(id: number, params?: CommonParameters): Promise; putFinanceGlAccountsById(id: number, glAccount: GLAccount): Promise; patchFinanceGlAccountsById(id: number, patchOperations: Array): Promise; deleteFinanceGlAccountsById(id: number): Promise; getFinanceGlAccountsCount(params?: CommonParameters): Promise; getFinanceGlAccountsMappedTypes(params?: CommonParameters): Promise>; getFinanceGlAccountsMappedTypesCount(params?: CommonParameters): Promise; getFinanceGlCaptions(params?: CommonParameters): Promise>; getFinanceGlCaptionsById(id: number, params?: CommonParameters): Promise; putFinanceGlCaptionsById(id: number, glCaption: GLCaption): Promise; patchFinanceGlCaptionsById(id: number, patchOperations: Array): Promise; getFinanceGlCaptionsCount(params?: CommonParameters): Promise; getFinanceGlpaths(params?: CommonParameters): Promise>; postFinanceGlpaths(gLPath: GLPath): Promise; getFinanceGlpathsById(id: number, params?: CommonParameters): Promise; deleteFinanceGlpathsById(id: number): Promise; putFinanceGlpathsById(id: number, gLPath: GLPath): Promise; patchFinanceGlpathsById(id: number, patchOperations: Array): Promise; getFinanceGlpathsCount(params?: CommonParameters): Promise; getFinanceInfoCurrencyCodes(params?: CommonParameters): Promise>; getFinanceInfoCurrencyCodesById(id: number, params?: CommonParameters): Promise; getFinanceInfoCurrencyCodesCount(params?: CommonParameters): Promise; getFinanceInfoInvoiceById(id: number, params?: CommonParameters): Promise; getFinanceInfoTaxIntegrations(params?: CommonParameters): Promise>; getFinanceInfoTaxIntegrationsById(id: number, params?: CommonParameters): Promise; getFinanceInfoTaxIntegrationsCount(params?: CommonParameters): Promise; getFinanceInvoiceEmailTemplates(params?: CommonParameters): Promise>; postFinanceInvoiceEmailTemplates(invoiceEmailTemplate: InvoiceEmailTemplate): Promise; getFinanceInvoiceEmailTemplatesById(id: number, params?: CommonParameters): Promise; deleteFinanceInvoiceEmailTemplatesById(id: number): Promise; putFinanceInvoiceEmailTemplatesById(id: number, invoiceEmailTemplate: InvoiceEmailTemplate): Promise; patchFinanceInvoiceEmailTemplatesById(id: number, patchOperations: Array): Promise; getFinanceInvoiceEmailTemplatesByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceInvoiceEmailTemplatesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceInvoiceEmailTemplatesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceInvoiceEmailTemplatesCount(params?: CommonParameters): Promise; getFinanceInvoiceEmailTemplatesInfo(params?: CommonParameters): Promise>; getFinanceInvoiceEmailTemplatesInfoCount(params?: CommonParameters): Promise; getFinanceInvoices(params?: CommonParameters): Promise>; postFinanceInvoices(invoice: Invoice): Promise; getFinanceInvoicesById(id: number, params?: CommonParameters): Promise; deleteFinanceInvoicesById(id: number): Promise; putFinanceInvoicesById(id: number, invoice: Invoice): Promise; patchFinanceInvoicesById(id: number, patchOperations: Array): Promise; getFinanceInvoicesByIdPdf(id: number, params?: CommonParameters): Promise; getFinanceInvoicesByParentIdCommissions(parentId: number, params?: CommonParameters): Promise>; getFinanceInvoicesByParentIdCommissionsById(id: number, parentId: number, params?: CommonParameters): Promise; patchFinanceInvoicesByParentIdCommissionsById(id: number, parentId: number, patchOperations: Array): Promise; postFinanceInvoicesByParentIdCommissionsRecalculate(parentId: number): Promise; getFinanceInvoicesByParentIdGlEntries(parentId: number, params?: CommonParameters): Promise>; getFinanceInvoicesByParentIdGlEntriesById(parentId: number, id: number, params?: CommonParameters): Promise; putFinanceInvoicesByParentIdGlEntriesById(parentId: number, id: number, gLEntry: GLEntry): Promise; patchFinanceInvoicesByParentIdGlEntriesById(parentId: number, id: number, patchOperations: Array): Promise; getFinanceInvoicesByParentIdPayments(parentId: number, params?: CommonParameters): Promise>; postFinanceInvoicesByParentIdPayments(parentId: number, payment: InvoicePayment): Promise; getFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, params?: CommonParameters): Promise; patchFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, patchOperations: Array): Promise; putFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, payment: InvoicePayment): Promise; deleteFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number): Promise; getFinanceInvoicesByParentIdRoutings(parentId: number, params?: CommonParameters): Promise>; postFinanceInvoicesByParentIdRoutings(parentId: number, InvoiceRouting: InvoiceRouting): Promise; getFinanceInvoicesByParentIdRoutingsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceInvoicesByParentIdRoutingsById(id: number, parentId: number): Promise; putFinanceInvoicesByParentIdRoutingsById(id: number, parentId: number, companyTypeAssociation: InvoiceRouting): Promise; patchFinanceInvoicesByParentIdRoutingsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceInvoicesByParentIdRoutingsCount(parentId: number, params?: CommonParameters): Promise; getFinanceInvoicesCount(params?: CommonParameters): Promise; getFinanceInvoiceTemplates(params?: CommonParameters): Promise>; postFinanceInvoiceTemplates(invoiceTemplate: InvoiceTemplate): Promise; getFinanceInvoiceTemplatesById(id: number, params?: CommonParameters): Promise; patchFinanceInvoiceTemplatesById(id: number, patchOperations: Array): Promise; putFinanceInvoiceTemplatesById(id: number, invoiceTemplate: InvoiceTemplate): Promise; deleteFinanceInvoiceTemplatesById(id: number): Promise; getFinanceInvoiceTemplatesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceInvoiceTemplatesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceInvoiceTemplatesCount(params?: CommonParameters): Promise; getFinanceInvoiceTemplateSetups(params?: CommonParameters): Promise>; getFinanceInvoiceTemplateSetupsById(id: number, params?: CommonParameters): Promise; getFinanceInvoiceTemplateSetupsCount(params?: CommonParameters): Promise; getFinanceTaxCodes(params?: CommonParameters): Promise>; postFinanceTaxCodes(taxCode: TaxCode): Promise; getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels(parentId: number, grandparentId: number, taxableExpenseTypeLevel: TaxableExpenseTypeLevel): Promise; getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number): Promise; putFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, taxableExpenseTypeLevel: TaxableExpenseTypeLevel): Promise; patchFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels(parentId: number, grandparentId: number, taxableProductTypeLevel: TaxableProductTypeLevel): Promise; getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number): Promise; putFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, taxableProductTypeLevel: TaxableProductTypeLevel): Promise; patchFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels(parentId: number, grandparentId: number, taxableXRefLevel: TaxableXRefLevel): Promise; getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number): Promise; putFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, taxableXRefLevel: TaxableXRefLevel): Promise; patchFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels(parentId: number, grandparentId: number, taxableWorkRoleLevel: TaxableWorkRoleLevel): Promise; getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number): Promise; putFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, taxableWorkRoleLevel: TaxableWorkRoleLevel): Promise; patchFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesById(id: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesById(id: number): Promise; putFinanceTaxCodesById(id: number, taxCode: TaxCode): Promise; patchFinanceTaxCodesById(id: number, patchOperations: Array): Promise; postFinanceTaxCodesByIdCopy(id: number): Promise; getFinanceTaxCodesByIdInfo(id: number, params?: CommonParameters): Promise; getFinanceTaxCodesByIdUsages(id: number, params?: CommonParameters): Promise>; getFinanceTaxCodesByIdUsagesList(id: number, params?: CommonParameters): Promise>; getFinanceTaxCodesByParentIdExpenseTypeExemptions(parentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByParentIdExpenseTypeExemptions(parentId: number, expenseTypeExemption: ExpenseTypeExemption): Promise; getFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number): Promise; putFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, expenseTypeExemption: ExpenseTypeExemption): Promise; patchFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByParentIdExpenseTypeExemptionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByParentIdProductTypeExemptions(parentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByParentIdProductTypeExemptions(parentId: number, productTypeExemption: ProductTypeExemption): Promise; getFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number): Promise; putFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, productTypeExemption: ProductTypeExemption): Promise; patchFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByParentIdProductTypeExemptionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByParentIdTaxCodeLevels(parentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByParentIdTaxCodeLevels(parentId: number, taxCodeLevel: TaxCodeLevel): Promise; getFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number): Promise; putFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, taxCodeLevel: TaxCodeLevel): Promise; patchFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByParentIdTaxCodeLevelsCount(parentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByParentIdTaxCodeXRefs(parentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByParentIdTaxCodeXRefs(parentId: number, taxCodeXRef: TaxCodeXRef): Promise; getFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number): Promise; putFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, taxCodeXRef: TaxCodeXRef): Promise; patchFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByParentIdTaxCodeXRefsCount(parentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesByParentIdWorkRoleExemptions(parentId: number, params?: CommonParameters): Promise>; postFinanceTaxCodesByParentIdWorkRoleExemptions(parentId: number, workRoleExemption: WorkRoleExemption): Promise; getFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise; deleteFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number): Promise; putFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, workRoleExemption: WorkRoleExemption): Promise; patchFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, patchOperations: Array): Promise; getFinanceTaxCodesByParentIdWorkRoleExemptionsCount(parentId: number, params?: CommonParameters): Promise; getFinanceTaxCodesCount(params?: CommonParameters): Promise; getFinanceTaxCodesInfo(params?: CommonParameters): Promise>; getFinanceTaxCodesInfoCount(params?: CommonParameters): Promise; getFinanceTaxIntegrations(params?: CommonParameters): Promise>; getFinanceTaxIntegrationsById(id: number, params?: CommonParameters): Promise; putFinanceTaxIntegrationsById(id: number, taxIntegration: TaxIntegration): Promise; patchFinanceTaxIntegrationsById(id: number, patchOperations: Array): Promise; getFinanceTaxIntegrationsCount(params?: CommonParameters): Promise; } export {}; //# sourceMappingURL=FinanceAPI.d.ts.map