Class GetThirdPartyAgencyExistingInvoiceRequest
Represents the a request for the Get Third Party Agency Existing Invoice method.
Inheritance
System.Object
GetThirdPartyAgencyExistingInvoiceRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetThirdPartyAgencyExistingInvoiceRequest : ServiceRequest
Constructors
GetThirdPartyAgencyExistingInvoiceRequest()
Declaration
public GetThirdPartyAgencyExistingInvoiceRequest()
Properties
AgencyBranchIdList
Declaration
public int[] AgencyBranchIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
AgencyIdList
Declaration
public int[] AgencyIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
CampusIdList
Declaration
public int[] CampusIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
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 |
|
EnrollmentFromDate
Declaration
public DateTime? EnrollmentFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EnrollmentToDate
Declaration
public DateTime? EnrollmentToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceIdList
Declaration
public int[] FundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
InvoiceNumber
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|