Enum CountriesForTaxPurposes
Represents one or more countries within the United Kingdom for tax purposes. For example, Scotland has had its own thresholds and rates of income tax since 2016. Note that this enum is marked with the [Flags} attribute as it is possible to combine countries for situations where the same set of tax parameters applies to more than one country, e.g. England and Northern Ireland.
[Flags]
public enum CountriesForTaxPurposes
Fields
England = 1
England
NorthernIreland = 2
Northern Ireland
Scotland = 4
Scotland
Wales = 8
Wales