Class CalculateBursaryPayoutRequest
Represents the response for the CalculateBursaryPayoutRequest method.
Inheritance
System.Object
CalculateBursaryPayoutRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CalculateBursaryPayoutRequest : ServiceRequest
Constructors
CalculateBursaryPayoutRequest()
Declaration
public CalculateBursaryPayoutRequest()
Properties
BursaryApplicationIdentifier
Declaration
public int BursaryApplicationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentIdentifier
Declaration
public int? StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |