Omnipay\WechatPay\Message\CreateMicroOrderResponse::getPrepayId PHP Метод

getPrepayId() публичный Метод

public getPrepayId ( )
    public function getPrepayId()
    {
        if ($this->isSuccessful()) {
            return $this->getData()['prepay_id'];
        } else {
            return null;
        }
    }