VatRateConfiguration
ObjectFields returned for vat rate configuration.
#
Fields
- String!
countryCode The ISO 3166-1 alpha-2 country code.
- LocalDate
effectiveFrom The first date on which the resolved rate applies.
- LocalDate
effectiveUntil The exclusive end date of the resolved rate, if bounded.
- Decimal
globalStandardRate The underlying platform standard rate.
- VatRateSource
globalStandardSource The source of the underlying platform standard rate.
- ID
overrideId - Decimal
rate The resolved rate as a fraction, for example 0.25 for 25%.
- VatRateSource
source The source that wins for the selected effective date.
- LocalDate
upcomingEffectiveFrom The date on which the next known rate starts.
- ID
upcomingOverrideId - Decimal
upcomingRate The next known rate after the selected date.
- VatRateSource
upcomingSource The source of the next known rate.
#