Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ShippingInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Quote\Api\Data;
8 
15 {
21  public function getAddress();
22 
29  public function setAddress(\Magento\Quote\Api\Data\AddressInterface $value);
30 
36  public function getMethod();
37 
44  public function setMethod($value);
45 
51  public function getExtensionAttributes();
52 
59  public function setExtensionAttributes(\Magento\Quote\Api\Data\ShippingExtensionInterface $extensionAttributes);
60 }
$value
Definition: gender.phtml:16
$extensionAttributes
Definition: payment.php:22
setAddress(\Magento\Quote\Api\Data\AddressInterface $value)
setExtensionAttributes(\Magento\Quote\Api\Data\ShippingExtensionInterface $extensionAttributes)