method; } /** * @param QbShippingMethod $method * @return NuevoMetodoShippingMethod */ public function setMethod(QbShippingMethod $method) { $this->method = $method; return $this; } /** * @param $productList * @throws \Exception */ public function getShippingPrice($productList) { throw new \Exception("Sin Implementar"); } }