You are here

public function PaymentReceiptInterface::getMethodId in Ubercart 8.4

Returns the payment method ID that was used for this payment.

Return value

string The payment method ID.

1 method overrides PaymentReceiptInterface::getMethodId()
PaymentReceipt::getMethodId in payment/uc_payment/src/Entity/PaymentReceipt.php
Returns the payment method ID that was used for this payment.

File

payment/uc_payment/src/PaymentReceiptInterface.php, line 42

Class

PaymentReceiptInterface
Provides an interface for defining payment receipt entities.

Namespace

Drupal\uc_payment

Code

public function getMethodId();