Class GetStudentAccountTransactionPaymentDescriptionRequest
Represents the a request for the GetStudentAccountTransactionPaymentDescription method.
Inheritance
System.Object
GetStudentAccountTransactionPaymentDescriptionRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentAccountTransactionPaymentDescriptionRequest : ServiceRequest
Constructors
GetStudentAccountTransactionPaymentDescriptionRequest()
Declaration
public GetStudentAccountTransactionPaymentDescriptionRequest()
Properties
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
IsReturnAll
Declaration
public bool IsReturnAll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |