Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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.