With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Interface IPaymentPlanProcessor

The processor responsible for processing a IPaymentPlan.

Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.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.