Sonata\OrderBundle\Entity\BaseOrder::getShippingCountryCode PHP 메소드

getShippingCountryCode() 공개 메소드

    public function getShippingCountryCode()
    {
        return $this->shippingCountryCode;
    }
BaseOrder