Class GetThirdPartyAgencyInvoiceNumberRequest
Represents the a request for the GetThirdPartyInvoiceNumberRequest method.
Inheritance
System.Object
GetThirdPartyAgencyInvoiceNumberRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetThirdPartyAgencyInvoiceNumberRequest : ServiceRequest
Constructors
GetThirdPartyAgencyInvoiceNumberRequest()
Declaration
public GetThirdPartyAgencyInvoiceNumberRequest()
Properties
AgenciyIdList
Declaration
public int[] AgenciyIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
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[] |
|
FromActualStartDate
Declaration
public DateTime? FromActualStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceIdList
Declaration
public int[] FundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentSelectionType
Declaration
public string StudentSelectionType { get; set; }
Property Value
Type |
Description |
System.String |
|
ToActualStartDate
Declaration
public DateTime? ToActualStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|