applyPayOperatorUserid = $applyPayOperatorUserid; $this->apiParas["apply_pay_operator_userid"] = $applyPayOperatorUserid; } public function getApplyPayOperatorUserid() { return $this->applyPayOperatorUserid; } public function setBillCategory($billCategory) { $this->billCategory = $billCategory; $this->apiParas["bill_category"] = $billCategory; } public function getBillCategory() { return $this->billCategory; } public function setBizCode($bizCode) { $this->bizCode = $bizCode; $this->apiParas["biz_code"] = $bizCode; } public function getBizCode() { return $this->bizCode; } public function setCreateOperatorUserid($createOperatorUserid) { $this->createOperatorUserid = $createOperatorUserid; $this->apiParas["create_operator_userid"] = $createOperatorUserid; } public function getCreateOperatorUserid() { return $this->createOperatorUserid; } public function setExtension($extension) { $this->extension = $extension; $this->apiParas["extension"] = $extension; } public function getExtension() { return $this->extension; } public function setGmtApplyPayBeginTime($gmtApplyPayBeginTime) { $this->gmtApplyPayBeginTime = $gmtApplyPayBeginTime; $this->apiParas["gmt_apply_pay_begin_time"] = $gmtApplyPayBeginTime; } public function getGmtApplyPayBeginTime() { return $this->gmtApplyPayBeginTime; } public function setGmtApplyPayEndTime($gmtApplyPayEndTime) { $this->gmtApplyPayEndTime = $gmtApplyPayEndTime; $this->apiParas["gmt_apply_pay_end_time"] = $gmtApplyPayEndTime; } public function getGmtApplyPayEndTime() { return $this->gmtApplyPayEndTime; } public function setGmtCreateBeginTime($gmtCreateBeginTime) { $this->gmtCreateBeginTime = $gmtCreateBeginTime; $this->apiParas["gmt_create_begin_time"] = $gmtCreateBeginTime; } public function getGmtCreateBeginTime() { return $this->gmtCreateBeginTime; } public function setGmtCreateEndTime($gmtCreateEndTime) { $this->gmtCreateEndTime = $gmtCreateEndTime; $this->apiParas["gmt_create_end_time"] = $gmtCreateEndTime; } public function getGmtCreateEndTime() { return $this->gmtCreateEndTime; } public function setGmtPayBeginTime($gmtPayBeginTime) { $this->gmtPayBeginTime = $gmtPayBeginTime; $this->apiParas["gmt_pay_begin_time"] = $gmtPayBeginTime; } public function getGmtPayBeginTime() { return $this->gmtPayBeginTime; } public function setGmtPayEndTime($gmtPayEndTime) { $this->gmtPayEndTime = $gmtPayEndTime; $this->apiParas["gmt_pay_end_time"] = $gmtPayEndTime; } public function getGmtPayEndTime() { return $this->gmtPayEndTime; } public function setMaxAmount($maxAmount) { $this->maxAmount = $maxAmount; $this->apiParas["max_amount"] = $maxAmount; } public function getMaxAmount() { return $this->maxAmount; } public function setMinAmount($minAmount) { $this->minAmount = $minAmount; $this->apiParas["min_amount"] = $minAmount; } public function getMinAmount() { return $this->minAmount; } public function setNextKey($nextKey) { $this->nextKey = $nextKey; $this->apiParas["next_key"] = $nextKey; } public function getNextKey() { return $this->nextKey; } public function setPageNum($pageNum) { $this->pageNum = $pageNum; $this->apiParas["page_num"] = $pageNum; } public function getPageNum() { return $this->pageNum; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["page_size"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPayChannelList($payChannelList) { $this->payChannelList = $payChannelList; $this->apiParas["pay_channel_list"] = $payChannelList; } public function getPayChannelList() { return $this->payChannelList; } public function setPayChannelPayerRealUid($payChannelPayerRealUid) { $this->payChannelPayerRealUid = $payChannelPayerRealUid; $this->apiParas["pay_channel_payer_real_uid"] = $payChannelPayerRealUid; } public function getPayChannelPayerRealUid() { return $this->payChannelPayerRealUid; } public function setPayeeId($payeeId) { $this->payeeId = $payeeId; $this->apiParas["payee_id"] = $payeeId; } public function getPayeeId() { return $this->payeeId; } public function setPayeeUserType($payeeUserType) { $this->payeeUserType = $payeeUserType; $this->apiParas["payee_user_type"] = $payeeUserType; } public function getPayeeUserType() { return $this->payeeUserType; } public function setPayerId($payerId) { $this->payerId = $payerId; $this->apiParas["payer_id"] = $payerId; } public function getPayerId() { return $this->payerId; } public function setPayerUserType($payerUserType) { $this->payerUserType = $payerUserType; $this->apiParas["payer_user_type"] = $payerUserType; } public function getPayerUserType() { return $this->payerUserType; } public function setReceiptorTypeList($receiptorTypeList) { $this->receiptorTypeList = $receiptorTypeList; $this->apiParas["receiptor_type_list"] = $receiptorTypeList; } public function getReceiptorTypeList() { return $this->receiptorTypeList; } public function setSize($size) { $this->size = $size; $this->apiParas["size"] = $size; } public function getSize() { return $this->size; } public function setStatusList($statusList) { $this->statusList = $statusList; $this->apiParas["status_list"] = $statusList; } public function getStatusList() { return $this->statusList; } public function setTerminationReason($terminationReason) { $this->terminationReason = $terminationReason; $this->apiParas["termination_reason"] = $terminationReason; } public function getTerminationReason() { return $this->terminationReason; } public function setTitle($title) { $this->title = $title; $this->apiParas["title"] = $title; } public function getTitle() { return $this->title; } public function getApiMethodName() { return "dingtalk.oapi.dingpay.bill.batchquery"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkMaxListSize($this->payChannelList,20,"payChannelList"); RequestCheckUtil::checkMaxListSize($this->receiptorTypeList,20,"receiptorTypeList"); RequestCheckUtil::checkMaxListSize($this->statusList,20,"statusList"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }