Class CalculateBursaryPayoutResponse
Represents the a request for the CalculateBursaryPayoutResponse method.
Inheritance
System.Object
CalculateBursaryPayoutResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CalculateBursaryPayoutResponse : ServiceResponse
Constructors
CalculateBursaryPayoutResponse()
Declaration
public CalculateBursaryPayoutResponse()
Properties
BursaryApplicationIdentifier
Declaration
public int BursaryApplicationIdentifier { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentIdentifier
Declaration
public int? StudentIdentifier { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TotalFee
Declaration
public int TotalFee { get; set; }
Property Value
Type |
Description |
System.Int32 |
|