Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PaymentPlanModel

Inheritance
System.Object
PaymentPlanModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class PaymentPlanModel : OrderGroupModel

Constructors

PaymentPlanModel()

Declaration
public PaymentPlanModel()

Properties

CompletedCyclesCount

Declaration
public int CompletedCyclesCount { get; set; }
Property Value
Type Description
System.Int32

CycleLength

Declaration
public int CycleLength { get; set; }
Property Value
Type Description
System.Int32

CycleMode

Declaration
public string CycleMode { get; set; }
Property Value
Type Description
System.String

EndDate

Declaration
public Nullable<DateTime> EndDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

LastTransactionDate

Declaration
public Nullable<DateTime> LastTransactionDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

MaxCyclesCount

Declaration
public int MaxCyclesCount { get; set; }
Property Value
Type Description
System.Int32

StartDate

Declaration
public Nullable<DateTime> StartDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>