Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SalesModelInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
19  public function getAllItems();
20 
25  public function getBaseSubtotal();
26 
31  public function getBaseTaxAmount();
32 
37  public function getBaseShippingAmount();
38 
43  public function getBaseDiscountAmount();
44 
53  public function getDataUsingMethod($key, $args = null);
54 
61  public function getTaxContainer();
62 }