Class CreateStipendForTitleIVCreditBalanceRequest
Represents the CreateStipendForTitleIVCreditBalanceRequest service request.
Inheritance
System.Object
CreateStipendForTitleIVCreditBalanceRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreateStipendForTitleIVCreditBalanceRequest : ServiceRequest
Constructors
CreateStipendForTitleIVCreditBalanceRequest()
Declaration
public CreateStipendForTitleIVCreditBalanceRequest()
Properties
AwardYearCode
Declaration
public string AwardYearCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountTransactionEndPostDate
Declaration
public DateTime? StudentAccountTransactionEndPostDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentAccountTransactionStartPostDate
Declaration
public DateTime? StudentAccountTransactionStartPostDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentStipendSummaryDetailList
Declaration
public List<StudentStipendSummaryDetails> StudentStipendSummaryDetailList { get; set; }
Property Value