WellCommerce\Bundle\ClientBundle\Entity\Client::getShippingAddress PHP 메소드

getShippingAddress() 공개 메소드

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