getFinalGrossAmount() public method

public getFinalGrossAmount ( ) : float
return float
コード例 #1
0
ファイル: Product.php プロジェクト: Sywooch/WellCommerce
 /**
  * {@inheritdoc}
  */
 public function getShippingCostGrossPrice()
 {
     return $this->sellPrice->getFinalGrossAmount();
 }