Sonata\OrderBundle\Entity\BaseOrder::getBillingCountryCode PHP Метод

getBillingCountryCode() публичный Метод

    public function getBillingCountryCode()
    {
        return $this->billingCountryCode;
    }
BaseOrder