Class GetAgencyRecordsForStudentRequest
Represents the a request for the GetAgencyRecordsForStudent method.
Inheritance
System.Object
GetAgencyRecordsForStudentRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetAgencyRecordsForStudentRequest : ServiceRequest
Constructors
GetAgencyRecordsForStudentRequest()
Declaration
public GetAgencyRecordsForStudentRequest()
Properties
AgencyBranchIdList
Declaration
public int[] AgencyBranchIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
ClosingDate
Declaration
public DateTime? ClosingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ColumnToPrint
Declaration
public string ColumnToPrint { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrencyCodeId
Declaration
public int CurrencyCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsNegativeBalance
Declaration
public bool IsNegativeBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPositiveBalance
Declaration
public bool IsPositiveBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsZeroBalance
Declaration
public bool IsZeroBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|