WellCommerce\Bundle\ClientBundle\Entity\Client::getShippingAddress PHP Method

getShippingAddress() public method

public getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
    public function getShippingAddress() : ClientShippingAddressInterface
    {
        return $this->shippingAddress;
    }