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

setBillingCountryCode() public method

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