Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
QuoteDetailsInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Tax\Api\Data;
8 
15 {
21  public function getBillingAddress();
22 
29  public function setBillingAddress(\Magento\Customer\Api\Data\AddressInterface $billingAddress = null);
30 
36  public function getShippingAddress();
37 
44  public function setShippingAddress(\Magento\Customer\Api\Data\AddressInterface $shippingAddress = null);
45 
51  public function getCustomerTaxClassKey();
52 
59  public function setCustomerTaxClassKey(\Magento\Tax\Api\Data\TaxClassKeyInterface $customerTaxClassKey = null);
60 
66  public function getCustomerId();
67 
74  public function setCustomerId($customerId);
75 
81  public function getItems();
82 
89  public function setItems(array $items = null);
90 
96  public function getCustomerTaxClassId();
97 
104  public function setCustomerTaxClassId($customerTaxClassId);
105 
111  public function getExtensionAttributes();
112 
119  public function setExtensionAttributes(\Magento\Tax\Api\Data\QuoteDetailsExtensionInterface $extensionAttributes);
120 }
setBillingAddress(\Magento\Customer\Api\Data\AddressInterface $billingAddress=null)
$billingAddress
Definition: order.php:25
$shippingAddress
Definition: order.php:40
setShippingAddress(\Magento\Customer\Api\Data\AddressInterface $shippingAddress=null)
setExtensionAttributes(\Magento\Tax\Api\Data\QuoteDetailsExtensionInterface $extensionAttributes)
$extensionAttributes
Definition: payment.php:22
setCustomerTaxClassKey(\Magento\Tax\Api\Data\TaxClassKeyInterface $customerTaxClassKey=null)
$items