You are here

public function InvoiceTypeInterface::setFooterText in Commerce Invoice 8.2

Sets the payment terms of the invoice type.

Parameters

string $footer_text: The footer text.

Return value

$this

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

File

src/Entity/InvoiceTypeInterface.php, line 116

Class

InvoiceTypeInterface
Defines the interface for invoice types.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setFooterText($footer_text);