App\Ninja\Presenters\AccountPresenter::currencyCode PHP Method

currencyCode() public method

public currencyCode ( ) : mixed
return mixed
    public function currencyCode()
    {
        $currencyId = $this->entity->getCurrencyId();
        $currency = Utils::getFromCache($currencyId, 'currencies');
        return $currency->code;
    }