You are here

public function ProposedShipment::getType in Commerce Shipping 8.2

Gets the shipment type.

Return value

string The shipment type.

File

src/ProposedShipment.php, line 106

Class

ProposedShipment
Represents a proposed shipment.

Namespace

Drupal\commerce_shipping

Code

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