Sonata\OrderBundle\Entity\BaseOrder::getBillingCountryCode PHP Méthode

getBillingCountryCode() public méthode

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