Smalot\Magento\Cart\CartCustomer::setAddresses PHP Method

setAddresses() public method

Allows you to set the customer addresses in the shopping cart (quote).
public setAddresses ( integer $quoteId, array $customerAddressData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$customerAddressData array
$store string
return Smalot\Magento\ActionInterface
    public function setAddresses($quoteId, $customerAddressData, $store = null)
    {
        return $this->__createAction('cart_customer.addresses', func_get_args());
    }