You are here

public function ShippingRate::getId in Commerce Shipping 8.2

Gets the ID.

Return value

string The ID.

File

src/ShippingRate.php, line 103

Class

ShippingRate
Represents a shipping rate.

Namespace

Drupal\commerce_shipping

Code

public function getId() : string {
  return $this->id;
}