Class ServicerAutoApproveDisbursementBatchScheduleRefundsRequest
Inheritance
System.Object
ServicerAutoApproveDisbursementBatchScheduleRefundsRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerAutoApproveDisbursementBatchScheduleRefundsRequest : ServiceRequest
Constructors
ServicerAutoApproveDisbursementBatchScheduleRefundsRequest()
Declaration
public ServicerAutoApproveDisbursementBatchScheduleRefundsRequest()
Properties
BatchId
Declaration
public int BatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FaExportImportFileid
Declaration
public int? FaExportImportFileid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsRequiredToCloseBatch
Declaration
public bool IsRequiredToCloseBatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ServicerDisbursementSchedRefunds
Declaration
public List<ServicerDisbursementScheduleRefunds> ServicerDisbursementSchedRefunds { get; set; }
Property Value