Class GetUnappliedCreditResponse
Inheritance
System.Object
GetUnappliedCreditResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetUnappliedCreditResponse : ServiceResponse
Constructors
GetUnappliedCreditResponse()
Declaration
public GetUnappliedCreditResponse()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UnappliedCreditList
Declaration
public List<UnappliedCreditCustom> UnappliedCreditList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UnappliedCreditCustom> |