public function PaymentMethodRefundPaymentInterface::getPaymentRefundResult in Payment 8.2
Gets the payment refund status.
Return value
\Drupal\payment\OperationResultInterface
1 method overrides PaymentMethodRefundPaymentInterface::getPaymentRefundResult()
- PaymentMethodBase::getPaymentRefundResult in src/
Plugin/ Payment/ Method/ PaymentMethodBase.php - Gets the payment refund status.
File
- src/
Plugin/ Payment/ Method/ PaymentMethodRefundPaymentInterface.php, line 51
Class
- PaymentMethodRefundPaymentInterface
- Defines a payment method that can Refund authorized payments.
Namespace
Drupal\payment\Plugin\Payment\MethodCode
public function getPaymentRefundResult();