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

getBillingCountryCode() public method

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