Interface INiThresholdEntry
- Namespace
- Payetools.NationalInsurance.ReferenceData
- Assembly
- Payetools.NationalInsurance.dll
Interface for types that provide access to a given NI threshold value.
public interface INiThresholdEntry
Properties
ThresholdType
Gets the type of threshold this instance pertains to.
NiThresholdType ThresholdType { get; }
Property Value
ThresholdValuePerYear
Gets the per annum value of the threshold.
decimal ThresholdValuePerYear { get; }