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 PaymentPlanCycle

Payment plan cycles.

Inheritance
System.Object
PaymentPlanCycle
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class PaymentPlanCycle : Enum

Fields

Custom1

Custom1 Cycle, use your own time frame.

Declaration
public const PaymentPlanCycle Custom1
Field Value
Type Description
PaymentPlanCycle

Custom2

Custom2 Cycle, use your own time frame.

Declaration
public const PaymentPlanCycle Custom2
Field Value
Type Description
PaymentPlanCycle

Days

Daily Cycle

Declaration
public const PaymentPlanCycle Days
Field Value
Type Description
PaymentPlanCycle

Months

Monthly Cycle

Declaration
public const PaymentPlanCycle Months
Field Value
Type Description
PaymentPlanCycle

None

Unknown Plan Cycle

Declaration
public const PaymentPlanCycle None
Field Value
Type Description
PaymentPlanCycle

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Weeks

Weekly Cycle

Declaration
public const PaymentPlanCycle Weeks
Field Value
Type Description
PaymentPlanCycle

Years

Yearly Cycle

Declaration
public const PaymentPlanCycle Years
Field Value
Type Description
PaymentPlanCycle