PayPal\Api\CountryCode::setCountryCode PHP Method

setCountryCode() public method

ISO country code based on 2-character IS0-3166-1 codes.
public setCountryCode ( string $country_code )
$country_code string
    public function setCountryCode($country_code)
    {
        $this->country_code = $country_code;
        return $this;
    }