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

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

Get the number of decimal places for this currency
public getDecimals ( ) : integer
Результат integer
    public function getDecimals()
    {
        return $this->decimals;
    }