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

getCode() 공개 메소드

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