32 return $this->
getData(self::KEY_BILLING_ADDRESS);
40 return $this->
getData(self::KEY_SHIPPING_ADDRESS);
48 return $this->
getData(self::KEY_CUSTOMER_TAX_CLASS_KEY);
56 return $this->
getData(self::KEY_CUSTOMER_ID);
64 return $this->
getData(self::KEY_ITEMS);
72 return $this->
getData(self::KEY_CUSTOMER_TAX_CLASS_ID);
105 return $this->
setData(self::KEY_CUSTOMER_TAX_CLASS_KEY, $customerTaxClassKey);
138 return $this->
setData(self::KEY_CUSTOMER_TAX_CLASS_ID, $customerTaxClassId);
setExtensionAttributes(\Magento\Tax\Api\Data\QuoteDetailsExtensionInterface $extensionAttributes)
setShippingAddress(\Magento\Customer\Api\Data\AddressInterface $shippingAddress=null)
_getExtensionAttributes()
_setExtensionAttributes(\Magento\Framework\Api\ExtensionAttributesInterface $extensionAttributes)
setCustomerTaxClassId($customerTaxClassId)
const KEY_CUSTOMER_TAX_CLASS_KEY
setCustomerTaxClassKey(\Magento\Tax\Api\Data\TaxClassKeyInterface $customerTaxClassKey=null)
const KEY_BILLING_ADDRESS
getData($key='', $index=null)
const KEY_CUSTOMER_TAX_CLASS_ID
setData($key, $value=null)
setItems(array $items=null)
setBillingAddress(\Magento\Customer\Api\Data\AddressInterface $billingAddress=null)
setCustomerId($customerId)
const KEY_SHIPPING_ADDRESS