Class GetStudentAccountTransactionSearchListResponse
Represents the response for the GetStudentAccountTransactionSearchList method.
Inheritance
System.Object
GetStudentAccountTransactionSearchListResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentAccountTransactionSearchListResponse : ServiceResponse
Constructors
GetStudentAccountTransactionSearchListResponse()
Declaration
public GetStudentAccountTransactionSearchListResponse()
Properties
TransactionSearchList
Declaration
public List<TransactionSearchCustom> TransactionSearchList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TransactionSearchCustom> |