Payu\Component\Currency::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $code = null )
$code string Three letter currency code.
    public function __construct($code = null)
    {
        $this->setCode($code);
    }