Class ProcessStudentTransactionApprovalResponse
Inheritance
System.Object
ProcessStudentTransactionApprovalResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessStudentTransactionApprovalResponse : ServiceResponse
Constructors
ProcessStudentTransactionApprovalResponse()
Declaration
public ProcessStudentTransactionApprovalResponse()
Properties
StudentAccountTransactionApprovalList
Declaration
public List<StudentAccountTransactionApprovalEntity> StudentAccountTransactionApprovalList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAccountTransactionApprovalEntity> |