Class GetStudentSubsidiaryRefundDetailRequest
Inheritance
System.Object
GetStudentSubsidiaryRefundDetailRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentSubsidiaryRefundDetailRequest : ServiceRequest
Constructors
GetStudentSubsidiaryRefundDetailRequest()
Declaration
public GetStudentSubsidiaryRefundDetailRequest()
Properties
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
DefaultBillCode
Declaration
public int DefaultBillCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HighGraduationDate
Declaration
public DateTime? HighGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
HighStartDate
Declaration
public DateTime? HighStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LowGraduationDate
Declaration
public DateTime? LowGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LowStartDate
Declaration
public DateTime? LowStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
RecordType
Declaration
public string RecordType { get; set; }
Property Value
Type |
Description |
System.String |
|
RetMethod
Declaration
public string RetMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusIdList
Declaration
public List<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentGroupIdList
Declaration
public List<int> StudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentSubsidiaryAccountId
Declaration
public int StudentSubsidiaryAccountId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|