Omnipay\Common\Currency::getCode PHP Метод

getCode() публичный Метод

Get the three letter code for the currency
public getCode ( ) : string
Результат string
    public function getCode()
    {
        return $this->code;
    }