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