Sonata\OrderBundle\Entity\BaseOrder::getShippingCountryCode PHP Method

getShippingCountryCode() public method

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