Class GenerateInterestByPrincipalBalanceResponse
Represents the a request for the GenerateInterestByPrincipalBalance method.
Inheritance
System.Object
GenerateInterestByPrincipalBalanceResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateInterestByPrincipalBalanceResponse : ServiceResponse
Constructors
GenerateInterestByPrincipalBalanceResponse()
Declaration
public GenerateInterestByPrincipalBalanceResponse()
Properties
PrincipalBalanceList
Declaration
public List<PrincipalBalanceResponse> PrincipalBalanceList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PrincipalBalanceResponse> |