Table of Contents

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

NiThresholdType

ThresholdValuePerYear

Gets the per annum value of the threshold.

decimal ThresholdValuePerYear { get; }

Property Value

decimal