Enum PensionTaxTreatment
Enum that represents the tax treatment to be applied to employee pension contributions.
public enum PensionTaxTreatment
Fields
NetPayArrangement = 2
Net pay arrangement. Contributions are taken from salary before tax.
ReliefAtSource = 1
Relief at source. Contributions are taken from post-tax salary and the pension provider claims back basic rate tax from HMRC.
Unspecified = 0
Not specified.