Class ProcessAwardBursarySaveRequest
Represents the a request for the TuitionDiscountCampusSaveEvent method.
Inheritance
System.Object
ProcessAwardBursarySaveRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessAwardBursarySaveRequest : ServiceRequest
Constructors
ProcessAwardBursarySaveRequest()
Declaration
public ProcessAwardBursarySaveRequest()
Properties
AwardBursaryConfigDetailId
Declaration
public int? AwardBursaryConfigDetailId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BursaryList
Declaration
public List<AwardBursaryList> BursaryList { get; set; }
Property Value
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|