public function InvoiceTypeInterface::getPaymentTerms in Commerce Invoice 8.2
Gets the invoice type's payment terms.
Return value
string The invoice type payment terms.
1 method overrides InvoiceTypeInterface::getPaymentTerms()
- InvoiceType::getPaymentTerms in src/
Entity/ InvoiceType.php - Gets the invoice type's payment terms.
File
- src/
Entity/ InvoiceTypeInterface.php, line 88
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function getPaymentTerms();