Try our conversational search powered by Generative AI!

Interface IPaymentProcessor

Processes IPayment.

Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public interface IPaymentProcessor

Methods

ProcessPayment(IPayment, IShipment)

Processes the payment.

Declaration
void ProcessPayment(IPayment payment, IShipment shipment)
Parameters
Type Name Description
IPayment payment

The payment.

IShipment shipment

The shipment.

Extension Methods