PeriodToDate

PeriodToDate class

The contributions to date for period.

public class PeriodToDate

Constructors

NameDescription
PeriodToDate()Initializes a new instance of PeriodToDate class.

Properties

NameDescription
Contributions { get; set; }Gets or sets the Contributions.
Earnings { get; set; }Gets or sets the Earnings.
EndDate { get; set; }Gets or sets the end date for the period-to-date information.
StartDate { get; set; }Gets or sets the start date for the current period
Withdrawals { get; set; }

See Also