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