Interface IPaymentProcessor
Processes IPayment.
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
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. |