orderId; } public function setOrderId($orderId) { $this->orderId = $orderId; $this->apiParams["orderId"] = $orderId; } public function getRefundStatus() { return $this->refundStatus; } public function setRefundStatus($refundStatus) { $this->refundStatus = $refundStatus; $this->apiParams["refundStatus"] = $refundStatus; } public function getToken() { return $this->token; } public function setToken($token) { $this->token = $token; $this->apiParams["token"] = $token; } public function getApiMethodName(){ return 'suning.retailer.jsydbtborderrefunded.receive'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->orderId, 'orderId'); RequestCheckUtil::checkNotNull($this->refundStatus, 'refundStatus'); RequestCheckUtil::checkNotNull($this->token, 'token'); } public function getBizName(){ return "receiveJsydbtborderrefunded"; } } ?>