Class ServicerAutoApproveDisbursementBatchValidateRefundCriteriaResponse
Inheritance
System.Object
ServicerAutoApproveDisbursementBatchValidateRefundCriteriaResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerAutoApproveDisbursementBatchValidateRefundCriteriaResponse : ServiceResponse
Constructors
ServicerAutoApproveDisbursementBatchValidateRefundCriteriaResponse()
Declaration
public ServicerAutoApproveDisbursementBatchValidateRefundCriteriaResponse()
Properties
BatchId
Declaration
public int BatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FaExportImportFileId
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ServicerDisbursementFailed
Declaration
public List<ServicerDisbursementFailed> ServicerDisbursementFailed { get; set; }
Property Value