Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateTaxRate

Modifies a tax rate.

:point_right: See CreateTaxRate service for more info.

Hierarchy

  • UpdateTaxRate

Index

Properties

Optional Category

Category: TaxRateCategory

Defines in which category the provided Rate falls for the provided CountryID. For example, a rate of 25% in the country Denmark should have Category = High as 25% is the high VAT rate in Denmark.

If the TaxCode used for this TaxRate is one of the predefined ones (High, Low, Zero, Exempt, Intermediate) this parameter is ignored but Category must be provided when using a custom TaxCode.

The Category Dynamic should be used for countries such as the US where the actual tax rate is context dependent and calculated dynamically.

Optional CountryID

CountryID: undefined | string

Entity type: Country

Optional CountrySubdivisionID

CountrySubdivisionID: undefined | string

Entity type: CountrySubdivision

Optional EndDate

EndDate: undefined | string

ID

ID: number

Entity type: TaxRateInfo

Rate

Rate: number

Min: 0

Optional StartDate

StartDate: undefined | string

Optional TaxCodeID

TaxCodeID: undefined | number

Entity type: TaxCode