Class PostReturnCheckRequest
Represents the a request for the PostReturnCheckRequest method.
Inheritance
System.Object
PostReturnCheckRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostReturnCheckRequest : ServiceRequest
Constructors
PostReturnCheckRequest()
Declaration
public PostReturnCheckRequest()
Properties
IsPreviousYear
Declaration
public bool IsPreviousYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAccountTransactionId
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentSubsidiaryAccountTransactionId
StudentSubsidiaryAccountTransactionId
Declaration
public int StudentSubsidiaryAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |