Payu\Component\Currency::__toString PHP Method

__toString() public method

Returns string representation of the currency instance in case of casting a currency instance to string.
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->code;
    }