Class BursaryPayoutSelectedRequest
Inheritance
System.Object
BursaryPayoutSelectedRequest
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryPayoutSelectedRequest
Constructors
BursaryPayoutSelectedRequest()
Declaration
public BursaryPayoutSelectedRequest()
Properties
AcademicSessionId
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BursaryApplicationId
Declaration
public int BursaryApplicationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExceptionReason
Declaration
public string ExceptionReason { get; set; }
Property Value
Type |
Description |
System.String |
|
GradeLevelId
Declaration
public int GradeLevelId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsException
Declaration
public bool IsException { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PayoutAmount
Declaration
public decimal PayoutAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PayoutType
Declaration
public string PayoutType { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|