Table of Contents

Interface ICancelPaymentTransaction

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll
public interface ICancelPaymentTransaction

Methods

CancelPayment(PaymentTransactionKey)

Attempts to cancel a payment transaction

PaymentTransactionCancelResult CancelPayment(PaymentTransactionKey key)

Parameters

key PaymentTransactionKey

The key of the payment transaction

Returns

PaymentTransactionCancelResult
To top