Omnipay\Common\Currency::getNumeric PHP Method

getNumeric() public method

Get the numeric code for this currency
public getNumeric ( ) : string
return string
    public function getNumeric()
    {
        return $this->numeric;
    }