Omnipay\WechatPay\Message\BaseAbstractRequest::getMchId PHP Method

getMchId() public method

public getMchId ( ) : mixed
return mixed
    public function getMchId()
    {
        return $this->getParameter('mch_id');
    }