Class QueueUploadPayoutRequest
Represents the a request for the QueueUploadPayoutRequest method.
Inheritance
System.Object
QueueUploadPayoutRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class QueueUploadPayoutRequest : ServiceRequest
Constructors
QueueUploadPayoutRequest()
Declaration
public QueueUploadPayoutRequest()
Properties
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
NsfasStudentList
Declaration
public List<UploadNSFASExtended> NsfasStudentList { get; set; }
Property Value
ReferenceAcademicSessionId
Declaration
public int ReferenceAcademicSessionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|