Class GenerateInterestChargesUpdateResponse
Represents the response for the GenerateInterestChargesUpdate method.
Inheritance
System.Object
GenerateInterestChargesUpdateResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateInterestChargesUpdateResponse : ServiceResponse
Constructors
GenerateInterestChargesUpdateResponse()
Declaration
public GenerateInterestChargesUpdateResponse()
Properties
IsProcessSuccess
Declaration
public bool IsProcessSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SaveInterstChargeResponse
Declaration
public List<SaveInterstChargeResponse> SaveInterstChargeResponse { get; set; }
Property Value
SpeNotifications
Declaration
public string SpeNotifications { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalInterestCharge
Declaration
public decimal TotalInterestCharge { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TotalStudentCount
Declaration
public int TotalStudentCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|