VatRateConfiguration

Object

Fields returned for vat rate configuration.

#

Fields


countryCode
String!

The ISO 3166-1 alpha-2 country code.

effectiveFrom
LocalDate

The first date on which the resolved rate applies.

effectiveUntil
LocalDate

The exclusive end date of the resolved rate, if bounded.

globalStandardRate
Decimal

The underlying platform standard rate.

globalStandardSource
VatRateSource

The source of the underlying platform standard rate.

overrideId
ID
rate
Decimal

The resolved rate as a fraction, for example 0.25 for 25%.

source
VatRateSource

The source that wins for the selected effective date.

upcomingEffectiveFrom
LocalDate

The date on which the next known rate starts.

upcomingOverrideId
ID
upcomingRate
Decimal

The next known rate after the selected date.

upcomingSource
VatRateSource

The source of the next known rate.

#

Queries