Class EarningLineAcknowledgement
Inheritance
System.Object
EarningLineAcknowledgement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class EarningLineAcknowledgement
Constructors
EarningLineAcknowledgement()
Declaration
public EarningLineAcknowledgement()
Properties
EarningCodeHrSystemId
A unique identifier of the earning code from the HR system.
Declaration
public string EarningCodeHrSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EarningDate
The date of pay disbursement to the Staff.
Declaration
public DateTime? EarningDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EarningLineAction
Declaration
public string EarningLineAction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EarningLineId
A unique identifier in the CampusNexus Student system.
Declaration
public int EarningLineId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EarningRate
Declaration
public decimal? EarningRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
EmploymentLegalEntityIdentifier
Employment Legal Entity Id the of the staff.
Declaration
public string EmploymentLegalEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ErrorCode
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exception
Declaration
public string Exception { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
The first name of Staff.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
The last name of Staff.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PayCycleHrSystemIdentifier
A unique identifier of the pay cycle from the HR system.
Declaration
public string PayCycleHrSystemIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaymentStatus
This flag indicates whether the Pay Period is open or closed. O indicates the Pay Period is open and C indicates the Pay Period is closed.
Declaration
public string PaymentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PayPeriodEndDate
The end date of a Pay Period.
Declaration
public DateTime? PayPeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PayPeriodStartDate
The start date of a Pay Period.
Declaration
public DateTime? PayPeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PersonnelNumber
The employee number of Staff.
Declaration
public string PersonnelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PositionHrSystemIdentifier
A unique identifier of the position from the HR system.
Declaration
public string PositionHrSystemIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Declaration
public decimal? Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SyncStatus
Declaration
public string SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |