Interface IPaymentPlanProcessor
The processor responsible for processing a IPaymentPlan.
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public interface IPaymentPlanProcessor
Methods
CancelPaymentPlan(IPaymentPlan)
Cancels an IPaymentPlan.
Declaration
void CancelPaymentPlan(IPaymentPlan paymentPlan)
Parameters
Type | Name | Description |
---|---|---|
IPaymentPlan | paymentPlan | The payment plan. |