Class BursaryPayoutResponse
Inheritance
System.Object
BursaryPayoutResponse
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 BursaryPayoutResponse
Constructors
BursaryPayoutResponse()
Declaration
public BursaryPayoutResponse()
Properties
BursaryApplicationId
Declaration
public int BursaryApplicationId { 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 |
|
IsException
Declaration
public bool IsException { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
JobReason
Declaration
public string JobReason { get; set; }
Property Value
Type |
Description |
System.String |
|
NewStatus
Declaration
public string NewStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
PayoutAmount
Declaration
public decimal PayoutAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PreviousStatus
Declaration
public string PreviousStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|