orderId; } /** * @param mixed $orderId * @return StoreOrderEntity */ public function setOrderId($orderId): StoreOrderEntity { $this->orderId = $orderId; return $this; } /** * @return mixed */ public function getGroupOrderId() { return $this->groupOrderId; } /** * @param mixed $groupOrderId * @return StoreOrderEntity */ public function setGroupOrderId($groupOrderId): StoreOrderEntity { $this->groupOrderId = $groupOrderId; return $this; } /** * @return mixed */ public function getOrderSn() { return $this->orderSn; } /** * @param mixed $orderSn * @return StoreOrderEntity */ public function setOrderSn($orderSn): StoreOrderEntity { $this->orderSn = $orderSn; return $this; } /** * @return mixed */ public function getUid() { return $this->uid; } /** * @param mixed $uid * @return StoreOrderEntity */ public function setUid($uid): StoreOrderEntity { $this->uid = $uid; return $this; } /** * @return mixed */ public function getRealName() { return $this->realName; } /** * @param mixed $realName * @return StoreOrderEntity */ public function setRealName($realName): StoreOrderEntity { $this->realName = $realName; return $this; } /** * @return mixed */ public function getUserPhone() { return $this->userPhone; } /** * @param mixed $userPhone * @return StoreOrderEntity */ public function setUserPhone($userPhone): StoreOrderEntity { $this->userPhone = $userPhone; return $this; } /** * @return mixed */ public function getUserAddress() { return $this->userAddress; } /** * @param mixed $userAddress * @return StoreOrderEntity */ public function setUserAddress($userAddress): StoreOrderEntity { $this->userAddress = $userAddress; return $this; } /** * @return mixed */ public function getUserAddressIds() { return $this->userAddressIds; } /** * @param mixed $userAddressIds * @return StoreOrderEntity */ public function setUserAddressIds($userAddressIds): StoreOrderEntity { $this->userAddressIds = $userAddressIds; return $this; } /** * @return mixed */ public function getAreaManageAddressIds() { return $this->areaManageAddressIds; } /** * @param mixed $areaManageAddressIds * @return StoreOrderEntity */ public function setAreaManageAddressIds($areaManageAddressIds): StoreOrderEntity { $this->areaManageAddressIds = $areaManageAddressIds; return $this; } /** * @return mixed */ public function getCartId() { return $this->cartId; } /** * @param mixed $cartId * @return StoreOrderEntity */ public function setCartId($cartId): StoreOrderEntity { $this->cartId = $cartId; return $this; } /** * @return mixed */ public function getTotalNum() { return $this->totalNum; } /** * @param mixed $totalNum * @return StoreOrderEntity */ public function setTotalNum($totalNum): StoreOrderEntity { $this->totalNum = $totalNum; return $this; } /** * @return mixed */ public function getTotalPrice() { return $this->totalPrice; } /** * @param mixed $totalPrice * @return StoreOrderEntity */ public function setTotalPrice($totalPrice): StoreOrderEntity { $this->totalPrice = $totalPrice; return $this; } /** * @return mixed */ public function getTotalPostage() { return $this->totalPostage; } /** * @param mixed $totalPostage * @return StoreOrderEntity */ public function setTotalPostage($totalPostage): StoreOrderEntity { $this->totalPostage = $totalPostage; return $this; } /** * @return mixed */ public function getPayPrice() { return $this->payPrice; } /** * @param mixed $payPrice * @return StoreOrderEntity */ public function setPayPrice($payPrice): StoreOrderEntity { $this->payPrice = $payPrice; return $this; } /** * @return mixed */ public function getPayPostage() { return $this->payPostage; } /** * @param mixed $payPostage * @return StoreOrderEntity */ public function setPayPostage($payPostage): StoreOrderEntity { $this->payPostage = $payPostage; return $this; } /** * @return mixed */ public function getExtensionOne() { return $this->extensionOne; } /** * @param mixed $extensionOne * @return StoreOrderEntity */ public function setExtensionOne($extensionOne): StoreOrderEntity { $this->extensionOne = $extensionOne; return $this; } /** * @return mixed */ public function getExtensionTwo() { return $this->extensionTwo; } /** * @param mixed $extensionTwo * @return StoreOrderEntity */ public function setExtensionTwo($extensionTwo): StoreOrderEntity { $this->extensionTwo = $extensionTwo; return $this; } /** * @return mixed */ public function getCommissionRate() { return $this->commissionRate; } /** * @param mixed $commissionRate * @return StoreOrderEntity */ public function setCommissionRate($commissionRate): StoreOrderEntity { $this->commissionRate = $commissionRate; return $this; } /** * @return mixed */ public function getCouponId() { return $this->couponId; } /** * @param mixed $couponId * @return StoreOrderEntity */ public function setCouponId($couponId): StoreOrderEntity { $this->couponId = $couponId; return $this; } /** * @return mixed */ public function getCouponPrice() { return $this->couponPrice; } /** * @param mixed $couponPrice * @return StoreOrderEntity */ public function setCouponPrice($couponPrice): StoreOrderEntity { $this->couponPrice = $couponPrice; return $this; } /** * @return mixed */ public function getOrderType() { return $this->orderType; } /** * @param mixed $orderType * @return StoreOrderEntity */ public function setOrderType($orderType): StoreOrderEntity { $this->orderType = $orderType; return $this; } /** * @return mixed */ public function getPaid() { return $this->paid; } /** * @param mixed $paid * @return StoreOrderEntity */ public function setPaid($paid): StoreOrderEntity { $this->paid = $paid; return $this; } /** * @return mixed */ public function getPayTime() { return $this->payTime; } /** * @param mixed $payTime * @return StoreOrderEntity */ public function setPayTime($payTime): StoreOrderEntity { $this->payTime = $payTime; return $this; } /** * @return mixed */ public function getPayType() { return $this->payType; } /** * @param mixed $payType * @return StoreOrderEntity */ public function setPayType($payType): StoreOrderEntity { $this->payType = $payType; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return StoreOrderEntity */ public function setCreateTime($createTime): StoreOrderEntity { $this->createTime = $createTime; return $this; } /** * @return mixed */ public function getIsIndependentaccount() { return $this->isIndependentaccount; } /** * @param mixed $isIndependentaccount * @return StoreOrderEntity */ public function setIsIndependentaccount($isIndependentaccount): StoreOrderEntity { $this->isIndependentaccount = $isIndependentaccount; return $this; } /** * @return mixed */ public function getStatus() { return $this->status; } /** * @param mixed $status * @return StoreOrderEntity */ public function setStatus($status): StoreOrderEntity { $this->status = $status; return $this; } /** * @return mixed */ public function getDeliveryType() { return $this->deliveryType; } /** * @param mixed $deliveryType * @return StoreOrderEntity */ public function setDeliveryType($deliveryType): StoreOrderEntity { $this->deliveryType = $deliveryType; return $this; } /** * @return mixed */ public function getDeliveryName() { return $this->deliveryName; } /** * @param mixed $deliveryName * @return StoreOrderEntity */ public function setDeliveryName($deliveryName): StoreOrderEntity { $this->deliveryName = $deliveryName; return $this; } /** * @return mixed */ public function getDeliveryId() { return $this->deliveryId; } /** * @param mixed $deliveryId * @return StoreOrderEntity */ public function setDeliveryId($deliveryId): StoreOrderEntity { $this->deliveryId = $deliveryId; return $this; } /** * @return mixed */ public function getMark() { return $this->mark; } /** * @param mixed $mark * @return StoreOrderEntity */ public function setMark($mark): StoreOrderEntity { $this->mark = $mark; return $this; } /** * @return mixed */ public function getRemark() { return $this->remark; } /** * @param mixed $remark * @return StoreOrderEntity */ public function setRemark($remark): StoreOrderEntity { $this->remark = $remark; return $this; } /** * @return mixed */ public function getAdminMark() { return $this->adminMark; } /** * @param mixed $adminMark * @return StoreOrderEntity */ public function setAdminMark($adminMark): StoreOrderEntity { $this->adminMark = $adminMark; return $this; } /** * @return mixed */ public function getVerifyCode() { return $this->verifyCode; } /** * @param mixed $verifyCode * @return StoreOrderEntity */ public function setVerifyCode($verifyCode): StoreOrderEntity { $this->verifyCode = $verifyCode; return $this; } /** * @return mixed */ public function getVerifyTime() { return $this->verifyTime; } /** * @param mixed $verifyTime * @return StoreOrderEntity */ public function setVerifyTime($verifyTime): StoreOrderEntity { $this->verifyTime = $verifyTime; return $this; } /** * @return mixed */ public function getVerifyServiceId() { return $this->verifyServiceId; } /** * @param mixed $verifyServiceId * @return StoreOrderEntity */ public function setVerifyServiceId($verifyServiceId): StoreOrderEntity { $this->verifyServiceId = $verifyServiceId; return $this; } /** * @return mixed */ public function getMerId() { return $this->merId; } /** * @param mixed $merId * @return StoreOrderEntity */ public function setMerId($merId): StoreOrderEntity { $this->merId = $merId; return $this; } /** * @return mixed */ public function getReconciliationId() { return $this->reconciliationId; } /** * @param mixed $reconciliationId * @return StoreOrderEntity */ public function setReconciliationId($reconciliationId): StoreOrderEntity { $this->reconciliationId = $reconciliationId; return $this; } /** * @return mixed */ public function getCost() { return $this->cost; } /** * @param mixed $cost * @return StoreOrderEntity */ public function setCost($cost): StoreOrderEntity { $this->cost = $cost; return $this; } /** * @return mixed */ public function getIsDel() { return $this->isDel; } /** * @param mixed $isDel * @return StoreOrderEntity */ public function setIsDel($isDel): StoreOrderEntity { $this->isDel = $isDel; return $this; } /** * @return mixed */ public function getIsSystemDel() { return $this->isSystemDel; } /** * @param mixed $isSystemDel * @return StoreOrderEntity */ public function setIsSystemDel($isSystemDel): StoreOrderEntity { $this->isSystemDel = $isSystemDel; return $this; } /** * @return mixed */ public function getRemind() { return $this->remind; } /** * @param mixed $remind * @return StoreOrderEntity */ public function setRemind($remind): StoreOrderEntity { $this->remind = $remind; return $this; } /** * @return mixed */ public function getRemindTime() { return $this->remindTime; } /** * @param mixed $remindTime * @return StoreOrderEntity */ public function setRemindTime($remindTime): StoreOrderEntity { $this->remindTime = $remindTime; return $this; } /** * @return mixed */ public function getGzc() { return $this->gzc; } /** * @param mixed $gzc * @return StoreOrderEntity */ public function setGzc($gzc): StoreOrderEntity { $this->gzc = $gzc; return $this; } /** * @return mixed */ public function getTradeNo() { return $this->tradeNo; } /** * @param mixed $tradeNo * @return StoreOrderEntity */ public function setTradeNo($tradeNo): StoreOrderEntity { $this->tradeNo = $tradeNo; return $this; } /** * @return mixed */ public function getChannelTradeNo() { return $this->channelTradeNo; } /** * @param mixed $channelTradeNo * @return StoreOrderEntity */ public function setChannelTradeNo($channelTradeNo): StoreOrderEntity { $this->channelTradeNo = $channelTradeNo; return $this; } /** * @return mixed */ public function getAlipayNo() { return $this->alipayNo; } /** * @param mixed $alipayNo * @return StoreOrderEntity */ public function setAlipayNo($alipayNo): StoreOrderEntity { $this->alipayNo = $alipayNo; return $this; } /** * @return mixed */ public function getWeixinNo() { return $this->weixinNo; } /** * @param mixed $weixinNo * @return StoreOrderEntity */ public function setWeixinNo($weixinNo): StoreOrderEntity { $this->weixinNo = $weixinNo; return $this; } /** * @return mixed */ public function getTableId() { return $this->tableId; } /** * @param mixed $tableId * @return StoreOrderEntity */ public function setTableId($tableId): StoreOrderEntity { $this->tableId = $tableId; return $this; } /** * @return mixed */ public function getMerMoney() { return $this->merMoney; } /** * @param mixed $merMoney * @return StoreOrderEntity */ public function setMerMoney($merMoney): StoreOrderEntity { $this->merMoney = $merMoney; return $this; } /** * @return mixed */ public function getLastStatus() { return $this->lastStatus; } /** * @param mixed $lastStatus * @return StoreOrderEntity */ public function setLastStatus($lastStatus): StoreOrderEntity { $this->lastStatus = $lastStatus; return $this; } /** * @return mixed */ public function getShareId() { return $this->shareId; } /** * @param mixed $shareId * @return StoreOrderEntity */ public function setShareId($shareId): StoreOrderEntity { $this->shareId = $shareId; return $this; } /** * @return mixed */ public function getPayMerId() { return $this->payMerId; } /** * @param mixed $payMerId * @return StoreOrderEntity */ public function setPayMerId($payMerId): StoreOrderEntity { $this->payMerId = $payMerId; return $this; } /** * @return mixed */ public function getIsSplitToTomorrow() { return $this->isSplitToTomorrow; } /** * @param mixed $isSplitToTomorrow * @return StoreOrderEntity */ public function setIsSplitToTomorrow($isSplitToTomorrow): StoreOrderEntity { $this->isSplitToTomorrow = $isSplitToTomorrow; return $this; } /** * @return mixed */ public function getServiceMoney() { return $this->serviceMoney; } /** * @param mixed $serviceMoney * @return StoreOrderEntity */ public function setServiceMoney($serviceMoney): StoreOrderEntity { $this->serviceMoney = $serviceMoney; return $this; } /** * @return mixed */ public function getTestOrder() { return $this->testOrder; } /** * @param mixed $testOrder * @return StoreOrderEntity */ public function setTestOrder($testOrder): StoreOrderEntity { $this->testOrder = $testOrder; return $this; } /** * @return mixed */ public function getDacangId() { return $this->dacangId; } /** * @param mixed $dacangId * @return StoreOrderEntity */ public function setDacangId($dacangId): StoreOrderEntity { $this->dacangId = $dacangId; return $this; } /** * @return mixed */ public function getDistributionMode() { return $this->distributionMode; } /** * @param mixed $distributionMode * @return StoreOrderEntity */ public function setDistributionMode($distributionMode): StoreOrderEntity { $this->distributionMode = $distributionMode; return $this; } /** * @return mixed */ public function getDaCangProfit() { return $this->daCangProfit; } /** * @param mixed $daCangProfit * @return StoreOrderEntity */ public function setDaCangProfit($daCangProfit): StoreOrderEntity { $this->daCangProfit = $daCangProfit; return $this; } /** * @return mixed */ public function getRecommendedMerchants() { return $this->recommendedMerchants; } /** * @param mixed $recommendedMerchants * @return StoreOrderEntity */ public function setRecommendedMerchants($recommendedMerchants): StoreOrderEntity { $this->recommendedMerchants = $recommendedMerchants; return $this; } /** * @return mixed */ public function getMerFanyong() { return $this->merFanyong; } /** * @param mixed $merFanyong * @return StoreOrderEntity */ public function setMerFanyong($merFanyong): StoreOrderEntity { $this->merFanyong = $merFanyong; return $this; } /** * @return mixed */ public function getIsDacang() { return $this->isDacang; } /** * @param mixed $isDacang * @return StoreOrderEntity */ public function setIsDacang($isDacang): StoreOrderEntity { $this->isDacang = $isDacang; return $this; } /** * @return mixed */ public function getCostPrice() { return $this->costPrice; } /** * @param mixed $costPrice * @return StoreOrderEntity */ public function setCostPrice($costPrice): StoreOrderEntity { $this->costPrice = $costPrice; return $this; } /** * @return mixed */ public function getDouhuomall() { return $this->douhuomall; } /** * @param mixed $douhuomall * @return StoreOrderEntity */ public function setDouhuomall($douhuomall): StoreOrderEntity { $this->douhuomall = $douhuomall; return $this; } /** * @return mixed */ public function getDouhuomallStatus() { return $this->douhuomallStatus; } /** * @param mixed $douhuomallStatus * @return StoreOrderEntity */ public function setDouhuomallStatus($douhuomallStatus): StoreOrderEntity { $this->douhuomallStatus = $douhuomallStatus; return $this; } /** * @return mixed */ public function getDouhuomallMsg() { return $this->douhuomallMsg; } /** * @param mixed $douhuomallMsg * @return StoreOrderEntity */ public function setDouhuomallMsg($douhuomallMsg): StoreOrderEntity { $this->douhuomallMsg = $douhuomallMsg; return $this; } /** * @return mixed */ public function getAddressId() { return $this->addressId; } /** * @param mixed $addressId * @return StoreOrderEntity */ public function setAddressId($addressId): StoreOrderEntity { $this->addressId = $addressId; return $this; } /** * @return mixed */ public function getDouhuomallOrderNo() { return $this->douhuomallOrderNo; } /** * @param mixed $douhuomallOrderNo * @return StoreOrderEntity */ public function setDouhuomallOrderNo($douhuomallOrderNo): StoreOrderEntity { $this->douhuomallOrderNo = $douhuomallOrderNo; return $this; } /** * @return mixed */ public function getSupplyType() { return $this->supplyType; } /** * @param mixed $supplyType * @return StoreOrderEntity */ public function setSupplyType($supplyType): StoreOrderEntity { $this->supplyType = $supplyType; return $this; } /** * @return mixed */ public function getSeckill() { return $this->seckill; } /** * @param mixed $seckill * @return StoreOrderEntity */ public function setSeckill($seckill): StoreOrderEntity { $this->seckill = $seckill; return $this; } /** * @return mixed */ public function getGlj() { return $this->glj; } /** * @param mixed $glj * @return StoreOrderEntity */ public function setGlj($glj): StoreOrderEntity { $this->glj = $glj; return $this; } /** * @return mixed */ public function getExchangePhone() { return $this->exchangePhone; } /** * @param mixed $exchangePhone * @return StoreOrderEntity */ public function setExchangePhone($exchangePhone): StoreOrderEntity { $this->exchangePhone = $exchangePhone; return $this; } /** * @return mixed */ public function getYouhuiPrice() { return $this->youhuiPrice; } /** * @param mixed $youhuiPrice * @return StoreOrderEntity */ public function setYouhuiPrice($youhuiPrice): StoreOrderEntity { $this->youhuiPrice = $youhuiPrice; return $this; } /** * @return mixed */ public function getIsRedYlj() { return $this->isRedYlj; } /** * @param mixed $isRedYlj * @return StoreOrderEntity */ public function setIsRedYlj($isRedYlj): StoreOrderEntity { $this->isRedYlj = $isRedYlj; return $this; } /** * @return mixed */ public function getHfFeeAmt() { return $this->hfFeeAmt; } /** * @param mixed $hfFeeAmt * @return StoreOrderEntity */ public function setHfFeeAmt($hfFeeAmt): StoreOrderEntity { $this->hfFeeAmt = $hfFeeAmt; return $this; } /** * @return mixed */ public function getHfClearTime() { return $this->hfClearTime; } /** * @param mixed $hfClearTime * @return StoreOrderEntity */ public function setHfClearTime($hfClearTime): StoreOrderEntity { $this->hfClearTime = $hfClearTime; return $this; } /** * @return mixed */ public function getPayOpenId() { return $this->payOpenId; } /** * @param mixed $payOpenId * @return StoreOrderEntity */ public function setPayOpenId($payOpenId): StoreOrderEntity { $this->payOpenId = $payOpenId; return $this; } /** * @return mixed */ public function getIsDayPay() { return $this->isDayPay; } /** * @param mixed $isDayPay * @return StoreOrderEntity */ public function setIsDayPay($isDayPay): StoreOrderEntity { $this->isDayPay = $isDayPay; return $this; } /** * @return mixed */ public function getIsSettlement() { return $this->isSettlement; } /** * @param mixed $isSettlement * @return StoreOrderEntity */ public function setIsSettlement($isSettlement): StoreOrderEntity { $this->isSettlement = $isSettlement; return $this; } /** * @return mixed */ public function getSettlementTime() { return $this->settlementTime; } /** * @param mixed $settlementTime * @return StoreOrderEntity */ public function setSettlementTime($settlementTime): StoreOrderEntity { $this->settlementTime = $settlementTime; return $this; } /** * @return mixed */ public function getShareUid() { return $this->shareUid; } /** * @param mixed $shareUid * @return StoreOrderEntity */ public function setShareUid($shareUid): StoreOrderEntity { $this->shareUid = $shareUid; return $this; } /** * @return mixed */ public function getConPri() { return $this->conPri; } /** * @param mixed $conPri * @return StoreOrderEntity */ public function setConPri($conPri): StoreOrderEntity { $this->conPri = $conPri; return $this; } /** * @return mixed */ public function getUserOfGoodsId() { return $this->userOfGoodsId; } /** * @param mixed $userOfGoodsId * @return StoreOrderEntity */ public function setUserOfGoodsId($userOfGoodsId): StoreOrderEntity { $this->userOfGoodsId = $userOfGoodsId; return $this; } /** * @return mixed */ public function getFzonePaytype() { return $this->fzonePaytype; } /** * @param mixed $fzonePaytype * @return StoreOrderEntity */ public function setFzonePaytype($fzonePaytype): StoreOrderEntity { if (is_array($fzonePaytype)) { $this->fzonePaytype = json_encode($fzonePaytype); $this->deconstructionFzonePaytype(); } else if (is_string($fzonePaytype)) { if (!empty(json_decode($fzonePaytype, true))) { $this->fzonePaytype = $fzonePaytype; $this->deconstructionFzonePaytype(); } } return $this; } /** * @return mixed */ public function getFzonePayJingdou() { return $this->fzonePayJingdou; } /** * @param mixed $fzonePayJingdou * @return StoreOrderEntity */ public function setFzonePayJingdou($fzonePayJingdou): StoreOrderEntity { $this->fzonePayJingdou = $fzonePayJingdou; return $this; } /** * @return mixed */ public function getFzonePayVr() { return $this->fzonePayVr; } /** * @param mixed $fzonePayVr * @return StoreOrderEntity */ public function setFzonePayVr($fzonePayVr): StoreOrderEntity { $this->fzonePayVr = $fzonePayVr; return $this; } /** * @return mixed */ public function getFzonePayJifen() { return $this->fzonePayJifen; } /** * @param mixed $fzonePayJifen * @return StoreOrderEntity */ public function setFzonePayJifen($fzonePayJifen): StoreOrderEntity { $this->fzonePayJifen = $fzonePayJifen; return $this; } /** * @return mixed */ public function getFzonePayPrice() { return $this->fzonePayPrice; } /** * @param mixed $fzonePayPrice * @return StoreOrderEntity */ public function setFzonePayPrice($fzonePayPrice): StoreOrderEntity { $this->fzonePayPrice = $fzonePayPrice; return $this; } /** * @return mixed */ public function getFzonePayOther() { return $this->fzonePayOther; } /** * @param mixed $fzonePayOther * @return StoreOrderEntity */ public function setFzonePayOther($fzonePayOther): StoreOrderEntity { $this->fzonePayOther = $fzonePayOther; return $this; } /** * @return mixed */ public function getFzonePayNote() { return $this->fzonePayNote; } /** * @param mixed $fzonePayNote * @return StoreOrderEntity */ public function setFzonePayNote($fzonePayNote): StoreOrderEntity { $this->fzonePayNote = $fzonePayNote; return $this; } /** * @return mixed */ public function getFzonePayTypeBySplit() { return $this->fzonePayType; } /** * @param mixed $fzonePayType * @return StoreOrderEntity */ public function setFzonePayTypeBySplit($fzonePayType): StoreOrderEntity { $this->fzonePayType = $fzonePayType; return $this; } /** * @return mixed */ public function getPensionJson() { if (is_json($this->pensionJson)) { return json_decode($this->pensionJson, true); } return $this->pensionJson; } /** * @param mixed $pensionJson * @return StoreOrderEntity */ public function setPensionJson($pensionJson): StoreOrderEntity { if (is_array($pensionJson)) { $pensionJson = json_encode($pensionJson, JSON_UNESCAPED_UNICODE); } $this->pensionJson = $pensionJson; return $this; } public function deconstructionFzonePaytype() { if (!empty($this->getFzonePayType()) && is_array(json_decode($this->getFzonePayType(), true))) { /** @var FzonePayTypeEntity $fzonePayTypeEntity */ $fzonePayTypeEntity = FzonePayTypeEntity::newInstance(json_decode($this->getFzonePayType(), true)); $this->setFzonePayNote($fzonePayTypeEntity->getNote()); $this->setFzonePayTypeBySplit($fzonePayTypeEntity->getType()); // 验证支付方式 if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['B1-VR+Score']['code']) { $this->setFzonePayVr($fzonePayTypeEntity->getPrice()); $this->setFzonePayJifen($fzonePayTypeEntity->getOther()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['B2-Cash+Score']['code']) { $this->setFzonePayPrice($fzonePayTypeEntity->getPrice()); $this->setFzonePayJifen($fzonePayTypeEntity->getOther()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['B3-VR+Jingdou']['code']) { $this->setFzonePayVr($fzonePayTypeEntity->getPrice()); $this->setFzonePayJingdou($fzonePayTypeEntity->getOther()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['B4-Cash+Jingdou']['code']) { $this->setFzonePayPrice($fzonePayTypeEntity->getPrice()); $this->setFzonePayJingdou($fzonePayTypeEntity->getOther()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['B5-VR']['code']) { $this->setFzonePayVr($fzonePayTypeEntity->getPrice()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['B6-Cash']['code']) { $this->setFzonePayPrice($fzonePayTypeEntity->getPrice()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['A1-VR']['code']) { $this->setFzonePayVr($fzonePayTypeEntity->getPrice()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['A2-Cash']['code']) { $this->setFzonePayPrice($fzonePayTypeEntity->getPrice()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['A3-Cash+VR']['code']) { $this->setFzonePayPrice($fzonePayTypeEntity->getPrice()); $this->setFzonePayVr($fzonePayTypeEntity->getOther()); } else if ($fzonePayTypeEntity->getType() == StoreOrderEnum::FZONE_PAY_TYPE['C1-Fugou']['code']) { $this->setFzonePayOther($fzonePayTypeEntity->getPrice()); } } } }