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

setBillingCountryCode() public méthode

public setBillingCountryCode ( $billingCountryCode )
    public function setBillingCountryCode($billingCountryCode)
    {
        $this->billingCountryCode = $billingCountryCode;
    }
BaseOrder