public function InvoiceInterface::getPaymentMethod in Commerce Invoice 8.2
Gets the payment method.
Return value
string The payment method.
1 method overrides InvoiceInterface::getPaymentMethod()
- Invoice::getPaymentMethod in src/
Entity/ Invoice.php - Gets the payment method.
File
- src/
Entity/ InvoiceInterface.php, line 212
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getPaymentMethod();