Class PaymentPlan
This class represents the EntityModel interface to the SaPaymentPlan database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PaymentPlan
Constructors
PaymentPlan()
Declaration
public PaymentPlan()
Properties
AdminBillingTransactionCode
Declaration
public virtual BillingTransactionCode AdminBillingTransactionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| BillingTransactionCode |
AdminBillingTransactionCodeId
Gets or sets the AdminBillingTransactionCodeId associated with this PaymentPlan.
Declaration
public int? AdminBillingTransactionCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The AdminBillingTransactionCodeId. |
BillingTransactionCodes
Declaration
public virtual ICollection<BillingTransactionCodePaymentPlanAssociation> BillingTransactionCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<BillingTransactionCodePaymentPlanAssociation> |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this PaymentPlan.
Declaration
public int CampusGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this PaymentPlan.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentPlan.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
ExpectedPayments
Declaration
public virtual ICollection<PaymentPlanPayment> ExpectedPayments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<PaymentPlanPayment> |
FeePercent
Gets or sets the FeePercent associated with this PaymentPlan.
Declaration
public decimal? FeePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The FeePercent. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this PaymentPlan.
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The FirstPaymentDate. |
Id
Gets or sets the Id associated with this PaymentPlan.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
InterestOnlyUntilDate
Gets or sets the InterestOnlyUntilDate associated with this PaymentPlan.
Declaration
public DateTime? InterestOnlyUntilDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The InterestOnlyUntilDate. |
InterestRate
Gets or sets the InterestRate associated with this PaymentPlan.
Declaration
public decimal? InterestRate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The InterestRate. |
IsActive
Gets or sets the IsActive associated with this PaymentPlan.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentPlan.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentPlan.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this PaymentPlan.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
NumberOfPayments
Gets or sets the NumberOfPayments associated with this PaymentPlan.
Declaration
public int? NumberOfPayments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The NumberOfPayments. |
PaymentFrequency
Gets or sets the PaymentFrequency associated with this PaymentPlan.
Declaration
public string PaymentFrequency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PaymentFrequency. |
SecondaryInterestRate
Gets or sets the SecondaryInterestRate associated with this PaymentPlan.
Declaration
public decimal? SecondaryInterestRate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The SecondaryInterestRate. |
SecondaryInterestRateEffectiveDate
Gets or sets the SecondaryInterestRateEffectiveDate associated with this PaymentPlan.
Declaration
public DateTime? SecondaryInterestRateEffectiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The SecondaryInterestRateEffectiveDate. |
Status
Gets or sets the Status associated with this PaymentPlan.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Status. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |