Class QueueUploadPayoutRequest
Represents the a request for the QueueUploadPayoutRequest method.
Inheritance
System.Object
QueueUploadPayoutRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
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 |
ReferenceAcademicSessionId
Declaration
public int ReferenceAcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |