Class ImportUploadPayoutResponse
Represents the ImportUploadPayoutResponse.
Inheritance
System.Object
ImportUploadPayoutResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ImportUploadPayoutResponse : ServiceResponse
Constructors
ImportUploadPayoutResponse()
Declaration
public ImportUploadPayoutResponse()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FolderName
Declaration
public string FolderName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NsfasStudentList
Declaration
public List<UploadNSFASExtended> NsfasStudentList { get; set; }
Property Value