Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AdjustmentRenderInterface.php
Go to the documentation of this file.
1 <?php
8 
11 
19 {
25  public function render(AmountRenderInterface $amountRender, array $arguments = []);
26 
30  public function getAdjustmentCode();
31 
35  public function getData();
36 
42  public function getAmountRender();
43 
49  public function getPrice();
50 
56  public function getSaleableItem();
57 
63  public function getAdjustment();
64 }
render(AmountRenderInterface $amountRender, array $arguments=[])
$arguments