You are here

public function Adjustment::getType in Commerce Core 8.2

Gets the adjustment type.

Return value

string The adjustment type.

File

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

Class

Adjustment
Represents an adjustment.

Namespace

Drupal\commerce_order

Code

public function getType() : string {
  return $this->type;
}