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