CommerceGuys\Tax\Resolver\Context::setCustomerAddress PHP Method

setCustomerAddress() public method

Sets the customer address.
public setCustomerAddress ( CommerceGuys\Addressing\AddressInterface $customerAddress )
$customerAddress CommerceGuys\Addressing\AddressInterface The customer address.
    public function setCustomerAddress($customerAddress)
    {
        $this->customerAddress = $customerAddress;
        return $this;
    }