Table of Contents

Interface IEmployer

Namespace
Payetools.Payroll.Model
Assembly
Payetools.Payroll.dll

Interface that represents an employer for payroll purposes.

public interface IEmployer

Properties

AccountsOfficeReference

Gets the employer's HMRC Accounts Office reference, if known.

HmrcAccountsOfficeReference? AccountsOfficeReference { get; }

Property Value

HmrcAccountsOfficeReference

HmrcPayeReference

Gets the employer's HMRC PAYE reference, if known.

HmrcPayeReference? HmrcPayeReference { get; }

Property Value

HmrcPayeReference?

KnownAsName

Gets the name that the business is known by, omitting any official suffix, e.g., Ltd, LLP, etc.

string KnownAsName { get; }

Property Value

string

OfficialName

Gets the official or legal name of the business, including any official suffix, e.g., Ltd, LLP, etc.

string? OfficialName { get; }

Property Value

string