Omnipay\Common\Currency::getNumeric PHP 메소드

getNumeric() 공개 메소드

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