Table of Contents

Struct PersonalAllowance

Namespace
Payetools.ReferenceData.IncomeTax
Assembly
Payetools.ReferenceData.dll

Represents a given personal allowance value for a specific pay frequency.

public readonly struct PersonalAllowance
Inherited Members

Properties

PayFrequency

Gets the pay frequency applicable to this personal allowance value.

public PayFrequency PayFrequency { get; init; }

Property Value

PayFrequency

Value

Gets the personal allowance value for this pay frequency.

public decimal Value { get; init; }

Property Value

decimal