Class StudentPaymentPlanSaveResponse
Represents the response for the StudentPaymentPlanSaveEvent method.
Inheritance
System.Object
StudentPaymentPlanSaveResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentPaymentPlanSaveResponse : ServiceResponse
Constructors
StudentPaymentPlanSaveResponse()
Declaration
public StudentPaymentPlanSaveResponse()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PaymentPlanId
Declaration
public int PaymentPlanId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPaymentPlanId
Declaration
public int StudentPaymentPlanId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|