Class DeleteBursaryApplicationRequest
Represents request for DeleteBursaryApplicationRequest method.
Inheritance
System.Object
DeleteBursaryApplicationRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteBursaryApplicationRequest : ServiceRequest
Constructors
DeleteBursaryApplicationRequest()
Declaration
public DeleteBursaryApplicationRequest()
Properties
BursaryApplicationId
Declaration
public int BursaryApplicationId { 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 |