Omnipay\Common\Currency::getDecimals PHP Method

getDecimals() public method

Get the number of decimal places for this currency
public getDecimals ( ) : integer
return integer
    public function getDecimals()
    {
        return $this->decimals;
    }