WellCommerce\Bundle\ClientBundle\Entity\Client::getShippingAddress PHP Méthode

getShippingAddress() public méthode

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