PayPal\Api\Phone::setCountryCode PHP Method

setCountryCode() public method

Country code (from in E.164 format)
public setCountryCode ( string $country_code )
$country_code string
    public function setCountryCode($country_code)
    {
        $this->country_code = $country_code;
        return $this;
    }