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 IPaymentPlanExtensions

Extension methods for IPaymentPlan.

Inheritance
System.Object
IPaymentPlanExtensions
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public static class IPaymentPlanExtensions : Object

Methods

CanBeCancelled(IPaymentPlan)

Determines whether an IPaymentPlan can be cancelled.

Declaration
public static bool CanBeCancelled(this IPaymentPlan paymentPlan)
Parameters
Type Name Description
IPaymentPlan paymentPlan

The payment plan.

Returns
Type Description
System.Boolean

true if payment plan can be cancelled; otherwise, false.