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