You are here

public function Adjustment::getAmount in Commerce Core 8.2

Gets the adjustment amount.

Return value

\Drupal\commerce_price\Price The adjustment amount.

File

modules/order/src/Adjustment.php, line 132

Class

Adjustment
Represents an adjustment.

Namespace

Drupal\commerce_order

Code

public function getAmount() : Price {
  return $this->amount;
}