Class CalculateCashPaymentPlanResponse
Represents the response for the CalculateCashPaymentPlan method.
Inheritance
System.Object
CalculateCashPaymentPlanResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CalculateCashPaymentPlanResponse : ServiceResponse
Constructors
CalculateCashPaymentPlanResponse()
Declaration
public CalculateCashPaymentPlanResponse()
Properties
CashDisbursements
Declaration
public List<Disbursements> CashDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Disbursements> |
DisbursementsDeletion
Declaration
public List<int> DisbursementsDeletion { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
MessageResult
MessageResult
Declaration
public string MessageResult { get; set; }
Property Value
Type | Description |
---|---|
System.String |