You are here

public function InvoiceTypeInterface::setPaymentTerms in Commerce Invoice 8.2

Sets the payment terms of the invoice type.

Parameters

string $payment_terms: The payment terms.

Return value

$this

1 method overrides InvoiceTypeInterface::setPaymentTerms()
InvoiceType::setPaymentTerms in src/Entity/InvoiceType.php
Sets the payment terms of the invoice type.

File

src/Entity/InvoiceTypeInterface.php, line 98

Class

InvoiceTypeInterface
Defines the interface for invoice types.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setPaymentTerms($payment_terms);