You are here

public function InvoiceType::getPaymentTerms in Commerce Invoice 8.2

Gets the invoice type's payment terms.

Return value

string The invoice type payment terms.

Overrides InvoiceTypeInterface::getPaymentTerms

File

src/Entity/InvoiceType.php, line 199

Class

InvoiceType
Defines the invoice type entity class.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getPaymentTerms() {
  return $this->paymentTerms;
}