Try our conversational search powered by Generative AI!

Interface ISplitPaymentGateway

Interface to process payment associated with shipment.

Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public interface ISplitPaymentGateway : IPaymentGateway

Methods

ProcessPayment(Payment, Shipment, ref String)

Process payment associated with shipment.

Declaration
bool ProcessPayment(Payment payment, Shipment shipment, ref string message)
Parameters
Type Name Description
Payment payment

The payment

Shipment shipment

The shipment

System.String message

The message

Returns
Type Description
System.Boolean

True if process successful, otherwise false