merchantNo; } /** * Sets merchantNo * @param string $merchantNo * @return EnterpriseAutoPaymentOrderRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } /** * Gets orderId * @return string */ public function getOrderId() { return $this->orderId; } /** * Sets orderId * @param string $orderId * @return EnterpriseAutoPaymentOrderRequest */ public function setOrderId($orderId) { $this->orderId = $orderId; return $this; } /** * Gets orderAmount * @return float */ public function getOrderAmount() { return $this->orderAmount; } /** * Sets orderAmount * @param float $orderAmount * @return EnterpriseAutoPaymentOrderRequest */ public function setOrderAmount($orderAmount) { $this->orderAmount = $orderAmount; return $this; } /** * Gets fundProcessType * @return string */ public function getFundProcessType() { return $this->fundProcessType; } /** * Sets fundProcessType * @param string $fundProcessType * @return EnterpriseAutoPaymentOrderRequest */ public function setFundProcessType($fundProcessType) { $this->fundProcessType = $fundProcessType; return $this; } /** * Gets goodsName * @return string */ public function getGoodsName() { return $this->goodsName; } /** * Sets goodsName * @param string $goodsName * @return EnterpriseAutoPaymentOrderRequest */ public function setGoodsName($goodsName) { $this->goodsName = $goodsName; return $this; } /** * Gets expiredTime * @return string */ public function getExpiredTime() { return $this->expiredTime; } /** * Sets expiredTime * @param string $expiredTime * @return EnterpriseAutoPaymentOrderRequest */ public function setExpiredTime($expiredTime) { $this->expiredTime = $expiredTime; return $this; } /** * Gets notifyUrl * @return string */ public function getNotifyUrl() { return $this->notifyUrl; } /** * Sets notifyUrl * @param string $notifyUrl * @return EnterpriseAutoPaymentOrderRequest */ public function setNotifyUrl($notifyUrl) { $this->notifyUrl = $notifyUrl; return $this; } /** * Gets memo * @return string */ public function getMemo() { return $this->memo; } /** * Sets memo * @param string $memo * @return EnterpriseAutoPaymentOrderRequest */ public function setMemo($memo) { $this->memo = $memo; return $this; } /** * Gets payerNotifyUrl * @return string */ public function getPayerNotifyUrl() { return $this->payerNotifyUrl; } /** * Sets payerNotifyUrl * @param string $payerNotifyUrl * @return EnterpriseAutoPaymentOrderRequest */ public function setPayerNotifyUrl($payerNotifyUrl) { $this->payerNotifyUrl = $payerNotifyUrl; return $this; } public static function getOperationId() { return 'enterpriseAutoPaymentOrder'; } }