A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IPaymentPlanProcessor

The processor responsible for processing a IPaymentPlan.

Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public interface IPaymentPlanProcessor

Methods

CancelPaymentPlan(IPaymentPlan)

Cancels an IPaymentPlan.

Declaration
void CancelPaymentPlan(IPaymentPlan paymentPlan)
Parameters
Type Name Description
IPaymentPlan paymentPlan

The payment plan.