Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OrderAdapterInterface.php
Go to the documentation of this file.
1 <?php
7 
14 {
20  public function getCurrencyCode();
21 
27  public function getOrderIncrementId();
28 
34  public function getCustomerId();
35 
41  public function getBillingAddress();
42 
48  public function getShippingAddress();
49 
55  public function getStoreId();
56 
62  public function getId();
63 
69  public function getGrandTotalAmount();
70 
76  public function getItems();
77 
83  public function getRemoteIp();
84 }