Class CreateDisbursementsForAgencyDataResponse
Inheritance
System.Object
CreateDisbursementsForAgencyDataResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreateDisbursementsForAgencyDataResponse : ServiceResponse
Constructors
CreateDisbursementsForAgencyDataResponse()
Declaration
public CreateDisbursementsForAgencyDataResponse()
Properties
FileNames
Declaration
public List<string> FileNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
InvoiceOption
Declaration
public string InvoiceOption { get; set; }
Property Value
Type |
Description |
System.String |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
studentRecordList
Declaration
public List<StudentRecord> studentRecordList { get; set; }
Property Value
TotalStudent
Declaration
public int TotalStudent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|