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 PaymentPlanSettingsModel

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

Constructors

PaymentPlanSettingsModel()

Declaration
public PaymentPlanSettingsModel()

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 PaymentPlanCycle CycleMode { get; set; }
Property Value
Type Description
PaymentPlanCycle

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>