Class ServicerAutoApproveDisbursementBatchValidateRefundCriteriaRequest
Inheritance
System.Object
ServicerAutoApproveDisbursementBatchValidateRefundCriteriaRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerAutoApproveDisbursementBatchValidateRefundCriteriaRequest : ServiceRequest
Constructors
ServicerAutoApproveDisbursementBatchValidateRefundCriteriaRequest()
Declaration
public ServicerAutoApproveDisbursementBatchValidateRefundCriteriaRequest()
Properties
BatchAmount
Declaration
public decimal BatchAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
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 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
DateCreated
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FaExportImportFileId
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
HoldGroups
Declaration
public List<int> HoldGroups { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
NumberOfDisbursements
Declaration
public int NumberOfDisbursements { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserCode
Declaration
public string UserCode { get; set; }
Property Value
Type |
Description |
System.String |
|