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