Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PriceInterface.php
Go to the documentation of this file.
1 <?php
8 
10 
17 interface PriceInterface
18 {
24  public function getPriceCode();
25 
31  public function getValue();
32 
38  public function getAmount();
39 
49  public function getCustomAmount($amount = null, $exclude = null, $context = []);
50 }
$amount
Definition: order.php:14
getCustomAmount($amount=null, $exclude=null, $context=[])