Table of Contents

Class CountryEntry

Namespace
Payetools.ReferenceData.Calendar
Assembly
Payetools.ReferenceData.dll

Represents a data set of public holiday data for a specific country or countries within the UK.

public class CountryEntry
Inheritance
CountryEntry
Inherited Members

Properties

Division

Gets the country division this data set applies to.

[JsonPropertyName("division")]
public string Division { get; init; }

Property Value

string

Events

Gets a list of public holiday "events" as an array.

[JsonPropertyName("events")]
public Event[] Events { get; init; }

Property Value

Event[]