Class BursaryDetailRevokeCancelResponse
Inheritance
System.Object
BursaryDetailRevokeCancelResponse
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 BursaryDetailRevokeCancelResponse
Constructors
BursaryDetailRevokeCancelResponse()
Declaration
public BursaryDetailRevokeCancelResponse()
Properties
AcademicSessionName
Declaration
public string AcademicSessionName { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryCreatedDateTime
Declaration
public DateTime BursaryCreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
BursaryName
Declaration
public string BursaryName { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryNumber
Declaration
public string BursaryNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryStatusName
Declaration
public string BursaryStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryStatusReasonName
Declaration
public string BursaryStatusReasonName { get; set; }
Property Value
Type |
Description |
System.String |
|
BursaryStatusType
Declaration
public string BursaryStatusType { get; set; }
Property Value
Type |
Description |
System.String |
|
EligibleAmount
Declaration
public decimal? EligibleAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
EligiblePayoutCategory
Declaration
public string EligiblePayoutCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsEligible
Declaration
public bool? IsEligible { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|