Class GeneratePayPeriodRequest
Represents the request for the GeneratePayPeriodRequest method.
Inheritance
System.Object
GeneratePayPeriodRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GeneratePayPeriodRequest : ServiceRequest
Constructors
GeneratePayPeriodRequest()
Declaration
public GeneratePayPeriodRequest()
Properties
FirstPaymentDate
Declaration
public DateTime FirstPaymentDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FrequencyCode
Declaration
public string FrequencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfPeriods
Declaration
public int NumberOfPeriods { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PeriodStartDate
Declaration
public DateTime PeriodStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
WlmPayCycleId
Declaration
public int WlmPayCycleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|