Class AdjustAccountTransactionRefundResponse
Represents the response for the AdjustAccountTransactionRefund method.
Inheritance
System.Object
AdjustAccountTransactionRefundResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AdjustAccountTransactionRefundResponse : ServiceResponse
Constructors
AdjustAccountTransactionRefundResponse()
Declaration
public AdjustAccountTransactionRefundResponse()
Properties
AssociatedStudentAccountTransactionList
Declaration
public List<StudentAccountTransactionEntity> AssociatedStudentAccountTransactionList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAccountTransactionEntity> |
ReturnCode
ReturnValidationCode
Declaration
public string ReturnCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentSubsidiaryAccountTransaction
StudentSubsidiaryAccountTransaction
Declaration
public StudentSubsidiaryAccountTransactionEntity StudentSubsidiaryAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccountTransactionEntity |