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

getBillingCountryCode() 공개 메소드

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