Class CreateDisbursementsForAgencyDataRequest
Inheritance
System.Object
CreateDisbursementsForAgencyDataRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreateDisbursementsForAgencyDataRequest : ServiceRequest
Constructors
CreateDisbursementsForAgencyDataRequest()
Declaration
public CreateDisbursementsForAgencyDataRequest()
Properties
AgencyBranchIdList
Declaration
public int[] AgencyBranchIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
CampusIdList
Declaration
public int[] CampusIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
ClosingDate
Declaration
public DateTime? ClosingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
InvoiceOption
Declaration
public string InvoiceOption { get; set; }
Property Value
Type |
Description |
System.String |
|
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsCourseSchedule
Declaration
public bool IsCourseSchedule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEnforceBatchIntegrity
Declaration
public bool IsEnforceBatchIntegrity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsEnrollmentInformation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGrade
Declaration
public bool IsGrade { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPaymentOption
Declaration
public bool IsPaymentOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentAddress
Declaration
public bool IsStudentAddress { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Reprint
Declaration
public int Reprint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ThirdPartyAgencyBatchDataList
Declaration
public List<ThirdPartyAgencyBatchData> ThirdPartyAgencyBatchDataList { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|