Class ProcessElectronicDraftRequest
Inheritance
System.Object
ProcessElectronicDraftRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessElectronicDraftRequest : ServiceRequest
Constructors
ProcessElectronicDraftRequest()
Declaration
public ProcessElectronicDraftRequest()
Properties
BatchConfigId
Declaration
public int BatchConfigId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BatchType
Declaration
public string BatchType { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public IList<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Int32> |
|
EffectiveDate
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsFileImport
Declaration
public bool IsFileImport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRegenerateBatch
Declaration
public bool IsRegenerateBatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberofRecords
Declaration
public int? NumberofRecords { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Processor
Declaration
public string Processor { get; set; }
Property Value
Type |
Description |
System.String |
|
RegenerateBatchId
Declaration
public string RegenerateBatchId { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentList
Declaration
public IList<StudentScheduleDisbursementBatchDetails> StudentList { get; set; }
Property Value
TotalAmount
Declaration
public decimal? TotalAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|