getGrossAmount() public method

public getGrossAmount ( ) : float
return float
示例#1
0
 /**
  * {@inheritdoc}
  */
 public function getShippingCostGrossPrice()
 {
     return $this->productTotal->getGrossAmount();
 }