You are here

public function ShipmentInterface::clearRate in Commerce Shipping 8.2

Clears the shipment's rate, its shipping service & method.

Return value

$this

1 method overrides ShipmentInterface::clearRate()
Shipment::clearRate in src/Entity/Shipment.php
Clears the shipment's rate, its shipping service & method.

File

src/Entity/ShipmentInterface.php, line 25

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function clearRate();