You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1615 lines
35 KiB
1615 lines
35 KiB
8 months ago
|
<?php
|
||
|
/**
|
||
|
* 苏宁开放平台接口 -
|
||
|
*
|
||
|
* @author suning
|
||
|
* @date 2021-7-6
|
||
|
*/
|
||
|
class YskreceiveAddRequest extends SuningRequest{
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $loweroedersquarebean;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $orderbodybean;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $orderbodyinfobean;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $orderlineusecouponsandpaymentbean;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $returnsorderbean;
|
||
|
|
||
|
public function getLoweroedersquarebean() {
|
||
|
return $this->loweroedersquarebean;
|
||
|
}
|
||
|
|
||
|
public function setLoweroedersquarebean($loweroedersquarebean) {
|
||
|
$this->loweroedersquarebean = $loweroedersquarebean;
|
||
|
$this->apiParams["loweroedersquarebean"] = $loweroedersquarebean->getApiParams();
|
||
|
}
|
||
|
|
||
|
public function getOrderbodybean() {
|
||
|
return $this->orderbodybean;
|
||
|
}
|
||
|
|
||
|
public function setOrderbodybean($orderbodybean) {
|
||
|
$this->orderbodybean = $orderbodybean;
|
||
|
$this->apiParams["orderbodybean"] = $orderbodybean->getApiParams();
|
||
|
}
|
||
|
|
||
|
public function getOrderbodyinfobean() {
|
||
|
return $this->orderbodyinfobean;
|
||
|
}
|
||
|
|
||
|
public function setOrderbodyinfobean($orderbodyinfobean) {
|
||
|
$this->orderbodyinfobean = $orderbodyinfobean;
|
||
|
$this->apiParams["orderbodyinfobean"] = $orderbodyinfobean->getApiParams();
|
||
|
}
|
||
|
|
||
|
public function getOrderlineusecouponsandpaymentbean() {
|
||
|
return $this->orderlineusecouponsandpaymentbean;
|
||
|
}
|
||
|
|
||
|
public function setOrderlineusecouponsandpaymentbean($orderlineusecouponsandpaymentbean) {
|
||
|
$this->orderlineusecouponsandpaymentbean = $orderlineusecouponsandpaymentbean;
|
||
|
$arr = array();
|
||
|
foreach ($orderlineusecouponsandpaymentbean as $temp){
|
||
|
array_push($arr,$temp->getApiParams());
|
||
|
}
|
||
|
$this->apiParams["orderlineusecouponsandpaymentbean"] = $arr;
|
||
|
}
|
||
|
|
||
|
public function getReturnsorderbean() {
|
||
|
return $this->returnsorderbean;
|
||
|
}
|
||
|
|
||
|
public function setReturnsorderbean($returnsorderbean) {
|
||
|
$this->returnsorderbean = $returnsorderbean;
|
||
|
$this->apiParams["returnsorderbean"] = $returnsorderbean->getApiParams();
|
||
|
}
|
||
|
|
||
|
public function getApiMethodName(){
|
||
|
return 'suning.custom.yskreceive.add';
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
public function check(){
|
||
|
//非空校验
|
||
|
}
|
||
|
|
||
|
public function getBizName(){
|
||
|
return "addYskreceive";
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class Orderbodyinfobean {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $abBankFlag;
|
||
|
|
||
|
private $attiOrg;
|
||
|
|
||
|
private $attiShopCode;
|
||
|
|
||
|
private $balancePayTime;
|
||
|
|
||
|
private $btocOrderItemId;
|
||
|
|
||
|
private $businessUnit;
|
||
|
|
||
|
private $casherId;
|
||
|
|
||
|
private $casherTerminalId;
|
||
|
|
||
|
private $couponTotalMoney;
|
||
|
|
||
|
private $cprototypeEan;
|
||
|
|
||
|
private $cprototypeId;
|
||
|
|
||
|
private $cscPrice;
|
||
|
|
||
|
private $currencyType;
|
||
|
|
||
|
private $debtId;
|
||
|
|
||
|
private $deliveryArea;
|
||
|
|
||
|
private $deliveryType;
|
||
|
|
||
|
private $distChannel;
|
||
|
|
||
|
private $distributeType;
|
||
|
|
||
|
private $integratedLog;
|
||
|
|
||
|
private $invoicePrintAddress;
|
||
|
|
||
|
private $invoicePrintAddressPs;
|
||
|
|
||
|
private $itemTaxFare;
|
||
|
|
||
|
private $managerCardMoney;
|
||
|
|
||
|
private $managerCardNo;
|
||
|
|
||
|
private $merchantCode;
|
||
|
|
||
|
private $mnSupplierCode;
|
||
|
|
||
|
private $newPayAmount;
|
||
|
|
||
|
private $operatorId;
|
||
|
|
||
|
private $orderItemId;
|
||
|
|
||
|
private $orderItemStepId;
|
||
|
|
||
|
private $orderItemType;
|
||
|
|
||
|
private $orderTime;
|
||
|
|
||
|
private $oriSaleOrg;
|
||
|
|
||
|
private $partNumber;
|
||
|
|
||
|
private $payAmount;
|
||
|
|
||
|
private $payOrg;
|
||
|
|
||
|
private $payStore;
|
||
|
|
||
|
private $pointAmount;
|
||
|
|
||
|
private $pointMoney;
|
||
|
|
||
|
private $posOrderId;
|
||
|
|
||
|
private $productLevel;
|
||
|
|
||
|
private $productName;
|
||
|
|
||
|
private $provideAddress;
|
||
|
|
||
|
private $purchaseFlag;
|
||
|
|
||
|
private $realPayAmount;
|
||
|
|
||
|
private $realSalesPerson;
|
||
|
|
||
|
private $realSupplierCode;
|
||
|
|
||
|
private $saleAmount;
|
||
|
|
||
|
private $saleOrg;
|
||
|
|
||
|
private $salesPerson;
|
||
|
|
||
|
private $saleUnit;
|
||
|
|
||
|
private $sapOrderType;
|
||
|
|
||
|
private $sapProductCode;
|
||
|
|
||
|
private $scsOrderItemId;
|
||
|
|
||
|
private $serialNumber;
|
||
|
|
||
|
private $serviceFee;
|
||
|
|
||
|
private $shippingCondition;
|
||
|
|
||
|
private $shopCode;
|
||
|
|
||
|
private $sposOrderItemId;
|
||
|
|
||
|
private $stockArea;
|
||
|
|
||
|
private $stockType;
|
||
|
|
||
|
private $storeCode;
|
||
|
|
||
|
private $subscription;
|
||
|
|
||
|
private $supplierCode;
|
||
|
|
||
|
private $supplierShopType;
|
||
|
|
||
|
private $supProvideAddress;
|
||
|
|
||
|
private $tmOrderitemId;
|
||
|
|
||
|
private $totalAmount;
|
||
|
|
||
|
private $transpInventoryFlag;
|
||
|
|
||
|
private $transportFee;
|
||
|
|
||
|
private $unitPrice;
|
||
|
|
||
|
private $virtualBalanceStartTime;
|
||
|
|
||
|
private $voucherTotalMoney;
|
||
|
|
||
|
private $wbLeOrg;
|
||
|
|
||
|
private $wbStoreCode;
|
||
|
|
||
|
private $zxxsl;
|
||
|
|
||
|
public function getAbBankFlag() {
|
||
|
return $this->abBankFlag;
|
||
|
}
|
||
|
|
||
|
public function setAbBankFlag($abBankFlag) {
|
||
|
$this->abBankFlag = $abBankFlag;
|
||
|
$this->apiParams["abBankFlag"] = $abBankFlag;
|
||
|
}
|
||
|
|
||
|
public function getAttiOrg() {
|
||
|
return $this->attiOrg;
|
||
|
}
|
||
|
|
||
|
public function setAttiOrg($attiOrg) {
|
||
|
$this->attiOrg = $attiOrg;
|
||
|
$this->apiParams["attiOrg"] = $attiOrg;
|
||
|
}
|
||
|
|
||
|
public function getAttiShopCode() {
|
||
|
return $this->attiShopCode;
|
||
|
}
|
||
|
|
||
|
public function setAttiShopCode($attiShopCode) {
|
||
|
$this->attiShopCode = $attiShopCode;
|
||
|
$this->apiParams["attiShopCode"] = $attiShopCode;
|
||
|
}
|
||
|
|
||
|
public function getBalancePayTime() {
|
||
|
return $this->balancePayTime;
|
||
|
}
|
||
|
|
||
|
public function setBalancePayTime($balancePayTime) {
|
||
|
$this->balancePayTime = $balancePayTime;
|
||
|
$this->apiParams["balancePayTime"] = $balancePayTime;
|
||
|
}
|
||
|
|
||
|
public function getBtocOrderItemId() {
|
||
|
return $this->btocOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function setBtocOrderItemId($btocOrderItemId) {
|
||
|
$this->btocOrderItemId = $btocOrderItemId;
|
||
|
$this->apiParams["btocOrderItemId"] = $btocOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function getBusinessUnit() {
|
||
|
return $this->businessUnit;
|
||
|
}
|
||
|
|
||
|
public function setBusinessUnit($businessUnit) {
|
||
|
$this->businessUnit = $businessUnit;
|
||
|
$this->apiParams["businessUnit"] = $businessUnit;
|
||
|
}
|
||
|
|
||
|
public function getCasherId() {
|
||
|
return $this->casherId;
|
||
|
}
|
||
|
|
||
|
public function setCasherId($casherId) {
|
||
|
$this->casherId = $casherId;
|
||
|
$this->apiParams["casherId"] = $casherId;
|
||
|
}
|
||
|
|
||
|
public function getCasherTerminalId() {
|
||
|
return $this->casherTerminalId;
|
||
|
}
|
||
|
|
||
|
public function setCasherTerminalId($casherTerminalId) {
|
||
|
$this->casherTerminalId = $casherTerminalId;
|
||
|
$this->apiParams["casherTerminalId"] = $casherTerminalId;
|
||
|
}
|
||
|
|
||
|
public function getCouponTotalMoney() {
|
||
|
return $this->couponTotalMoney;
|
||
|
}
|
||
|
|
||
|
public function setCouponTotalMoney($couponTotalMoney) {
|
||
|
$this->couponTotalMoney = $couponTotalMoney;
|
||
|
$this->apiParams["couponTotalMoney"] = $couponTotalMoney;
|
||
|
}
|
||
|
|
||
|
public function getCprototypeEan() {
|
||
|
return $this->cprototypeEan;
|
||
|
}
|
||
|
|
||
|
public function setCprototypeEan($cprototypeEan) {
|
||
|
$this->cprototypeEan = $cprototypeEan;
|
||
|
$this->apiParams["cprototypeEan"] = $cprototypeEan;
|
||
|
}
|
||
|
|
||
|
public function getCprototypeId() {
|
||
|
return $this->cprototypeId;
|
||
|
}
|
||
|
|
||
|
public function setCprototypeId($cprototypeId) {
|
||
|
$this->cprototypeId = $cprototypeId;
|
||
|
$this->apiParams["cprototypeId"] = $cprototypeId;
|
||
|
}
|
||
|
|
||
|
public function getCscPrice() {
|
||
|
return $this->cscPrice;
|
||
|
}
|
||
|
|
||
|
public function setCscPrice($cscPrice) {
|
||
|
$this->cscPrice = $cscPrice;
|
||
|
$this->apiParams["cscPrice"] = $cscPrice;
|
||
|
}
|
||
|
|
||
|
public function getCurrencyType() {
|
||
|
return $this->currencyType;
|
||
|
}
|
||
|
|
||
|
public function setCurrencyType($currencyType) {
|
||
|
$this->currencyType = $currencyType;
|
||
|
$this->apiParams["currencyType"] = $currencyType;
|
||
|
}
|
||
|
|
||
|
public function getDebtId() {
|
||
|
return $this->debtId;
|
||
|
}
|
||
|
|
||
|
public function setDebtId($debtId) {
|
||
|
$this->debtId = $debtId;
|
||
|
$this->apiParams["debtId"] = $debtId;
|
||
|
}
|
||
|
|
||
|
public function getDeliveryArea() {
|
||
|
return $this->deliveryArea;
|
||
|
}
|
||
|
|
||
|
public function setDeliveryArea($deliveryArea) {
|
||
|
$this->deliveryArea = $deliveryArea;
|
||
|
$this->apiParams["deliveryArea"] = $deliveryArea;
|
||
|
}
|
||
|
|
||
|
public function getDeliveryType() {
|
||
|
return $this->deliveryType;
|
||
|
}
|
||
|
|
||
|
public function setDeliveryType($deliveryType) {
|
||
|
$this->deliveryType = $deliveryType;
|
||
|
$this->apiParams["deliveryType"] = $deliveryType;
|
||
|
}
|
||
|
|
||
|
public function getDistChannel() {
|
||
|
return $this->distChannel;
|
||
|
}
|
||
|
|
||
|
public function setDistChannel($distChannel) {
|
||
|
$this->distChannel = $distChannel;
|
||
|
$this->apiParams["distChannel"] = $distChannel;
|
||
|
}
|
||
|
|
||
|
public function getDistributeType() {
|
||
|
return $this->distributeType;
|
||
|
}
|
||
|
|
||
|
public function setDistributeType($distributeType) {
|
||
|
$this->distributeType = $distributeType;
|
||
|
$this->apiParams["distributeType"] = $distributeType;
|
||
|
}
|
||
|
|
||
|
public function getIntegratedLog() {
|
||
|
return $this->integratedLog;
|
||
|
}
|
||
|
|
||
|
public function setIntegratedLog($integratedLog) {
|
||
|
$this->integratedLog = $integratedLog;
|
||
|
$this->apiParams["integratedLog"] = $integratedLog;
|
||
|
}
|
||
|
|
||
|
public function getInvoicePrintAddress() {
|
||
|
return $this->invoicePrintAddress;
|
||
|
}
|
||
|
|
||
|
public function setInvoicePrintAddress($invoicePrintAddress) {
|
||
|
$this->invoicePrintAddress = $invoicePrintAddress;
|
||
|
$this->apiParams["invoicePrintAddress"] = $invoicePrintAddress;
|
||
|
}
|
||
|
|
||
|
public function getInvoicePrintAddressPs() {
|
||
|
return $this->invoicePrintAddressPs;
|
||
|
}
|
||
|
|
||
|
public function setInvoicePrintAddressPs($invoicePrintAddressPs) {
|
||
|
$this->invoicePrintAddressPs = $invoicePrintAddressPs;
|
||
|
$this->apiParams["invoicePrintAddressPs"] = $invoicePrintAddressPs;
|
||
|
}
|
||
|
|
||
|
public function getItemTaxFare() {
|
||
|
return $this->itemTaxFare;
|
||
|
}
|
||
|
|
||
|
public function setItemTaxFare($itemTaxFare) {
|
||
|
$this->itemTaxFare = $itemTaxFare;
|
||
|
$this->apiParams["itemTaxFare"] = $itemTaxFare;
|
||
|
}
|
||
|
|
||
|
public function getManagerCardMoney() {
|
||
|
return $this->managerCardMoney;
|
||
|
}
|
||
|
|
||
|
public function setManagerCardMoney($managerCardMoney) {
|
||
|
$this->managerCardMoney = $managerCardMoney;
|
||
|
$this->apiParams["managerCardMoney"] = $managerCardMoney;
|
||
|
}
|
||
|
|
||
|
public function getManagerCardNo() {
|
||
|
return $this->managerCardNo;
|
||
|
}
|
||
|
|
||
|
public function setManagerCardNo($managerCardNo) {
|
||
|
$this->managerCardNo = $managerCardNo;
|
||
|
$this->apiParams["managerCardNo"] = $managerCardNo;
|
||
|
}
|
||
|
|
||
|
public function getMerchantCode() {
|
||
|
return $this->merchantCode;
|
||
|
}
|
||
|
|
||
|
public function setMerchantCode($merchantCode) {
|
||
|
$this->merchantCode = $merchantCode;
|
||
|
$this->apiParams["merchantCode"] = $merchantCode;
|
||
|
}
|
||
|
|
||
|
public function getMnSupplierCode() {
|
||
|
return $this->mnSupplierCode;
|
||
|
}
|
||
|
|
||
|
public function setMnSupplierCode($mnSupplierCode) {
|
||
|
$this->mnSupplierCode = $mnSupplierCode;
|
||
|
$this->apiParams["mnSupplierCode"] = $mnSupplierCode;
|
||
|
}
|
||
|
|
||
|
public function getNewPayAmount() {
|
||
|
return $this->newPayAmount;
|
||
|
}
|
||
|
|
||
|
public function setNewPayAmount($newPayAmount) {
|
||
|
$this->newPayAmount = $newPayAmount;
|
||
|
$this->apiParams["newPayAmount"] = $newPayAmount;
|
||
|
}
|
||
|
|
||
|
public function getOperatorId() {
|
||
|
return $this->operatorId;
|
||
|
}
|
||
|
|
||
|
public function setOperatorId($operatorId) {
|
||
|
$this->operatorId = $operatorId;
|
||
|
$this->apiParams["operatorId"] = $operatorId;
|
||
|
}
|
||
|
|
||
|
public function getOrderItemId() {
|
||
|
return $this->orderItemId;
|
||
|
}
|
||
|
|
||
|
public function setOrderItemId($orderItemId) {
|
||
|
$this->orderItemId = $orderItemId;
|
||
|
$this->apiParams["orderItemId"] = $orderItemId;
|
||
|
}
|
||
|
|
||
|
public function getOrderItemStepId() {
|
||
|
return $this->orderItemStepId;
|
||
|
}
|
||
|
|
||
|
public function setOrderItemStepId($orderItemStepId) {
|
||
|
$this->orderItemStepId = $orderItemStepId;
|
||
|
$this->apiParams["orderItemStepId"] = $orderItemStepId;
|
||
|
}
|
||
|
|
||
|
public function getOrderItemType() {
|
||
|
return $this->orderItemType;
|
||
|
}
|
||
|
|
||
|
public function setOrderItemType($orderItemType) {
|
||
|
$this->orderItemType = $orderItemType;
|
||
|
$this->apiParams["orderItemType"] = $orderItemType;
|
||
|
}
|
||
|
|
||
|
public function getOrderTime() {
|
||
|
return $this->orderTime;
|
||
|
}
|
||
|
|
||
|
public function setOrderTime($orderTime) {
|
||
|
$this->orderTime = $orderTime;
|
||
|
$this->apiParams["orderTime"] = $orderTime;
|
||
|
}
|
||
|
|
||
|
public function getOriSaleOrg() {
|
||
|
return $this->oriSaleOrg;
|
||
|
}
|
||
|
|
||
|
public function setOriSaleOrg($oriSaleOrg) {
|
||
|
$this->oriSaleOrg = $oriSaleOrg;
|
||
|
$this->apiParams["oriSaleOrg"] = $oriSaleOrg;
|
||
|
}
|
||
|
|
||
|
public function getPartNumber() {
|
||
|
return $this->partNumber;
|
||
|
}
|
||
|
|
||
|
public function setPartNumber($partNumber) {
|
||
|
$this->partNumber = $partNumber;
|
||
|
$this->apiParams["partNumber"] = $partNumber;
|
||
|
}
|
||
|
|
||
|
public function getPayAmount() {
|
||
|
return $this->payAmount;
|
||
|
}
|
||
|
|
||
|
public function setPayAmount($payAmount) {
|
||
|
$this->payAmount = $payAmount;
|
||
|
$this->apiParams["payAmount"] = $payAmount;
|
||
|
}
|
||
|
|
||
|
public function getPayOrg() {
|
||
|
return $this->payOrg;
|
||
|
}
|
||
|
|
||
|
public function setPayOrg($payOrg) {
|
||
|
$this->payOrg = $payOrg;
|
||
|
$this->apiParams["payOrg"] = $payOrg;
|
||
|
}
|
||
|
|
||
|
public function getPayStore() {
|
||
|
return $this->payStore;
|
||
|
}
|
||
|
|
||
|
public function setPayStore($payStore) {
|
||
|
$this->payStore = $payStore;
|
||
|
$this->apiParams["payStore"] = $payStore;
|
||
|
}
|
||
|
|
||
|
public function getPointAmount() {
|
||
|
return $this->pointAmount;
|
||
|
}
|
||
|
|
||
|
public function setPointAmount($pointAmount) {
|
||
|
$this->pointAmount = $pointAmount;
|
||
|
$this->apiParams["pointAmount"] = $pointAmount;
|
||
|
}
|
||
|
|
||
|
public function getPointMoney() {
|
||
|
return $this->pointMoney;
|
||
|
}
|
||
|
|
||
|
public function setPointMoney($pointMoney) {
|
||
|
$this->pointMoney = $pointMoney;
|
||
|
$this->apiParams["pointMoney"] = $pointMoney;
|
||
|
}
|
||
|
|
||
|
public function getPosOrderId() {
|
||
|
return $this->posOrderId;
|
||
|
}
|
||
|
|
||
|
public function setPosOrderId($posOrderId) {
|
||
|
$this->posOrderId = $posOrderId;
|
||
|
$this->apiParams["posOrderId"] = $posOrderId;
|
||
|
}
|
||
|
|
||
|
public function getProductLevel() {
|
||
|
return $this->productLevel;
|
||
|
}
|
||
|
|
||
|
public function setProductLevel($productLevel) {
|
||
|
$this->productLevel = $productLevel;
|
||
|
$this->apiParams["productLevel"] = $productLevel;
|
||
|
}
|
||
|
|
||
|
public function getProductName() {
|
||
|
return $this->productName;
|
||
|
}
|
||
|
|
||
|
public function setProductName($productName) {
|
||
|
$this->productName = $productName;
|
||
|
$this->apiParams["productName"] = $productName;
|
||
|
}
|
||
|
|
||
|
public function getProvideAddress() {
|
||
|
return $this->provideAddress;
|
||
|
}
|
||
|
|
||
|
public function setProvideAddress($provideAddress) {
|
||
|
$this->provideAddress = $provideAddress;
|
||
|
$this->apiParams["provideAddress"] = $provideAddress;
|
||
|
}
|
||
|
|
||
|
public function getPurchaseFlag() {
|
||
|
return $this->purchaseFlag;
|
||
|
}
|
||
|
|
||
|
public function setPurchaseFlag($purchaseFlag) {
|
||
|
$this->purchaseFlag = $purchaseFlag;
|
||
|
$this->apiParams["purchaseFlag"] = $purchaseFlag;
|
||
|
}
|
||
|
|
||
|
public function getRealPayAmount() {
|
||
|
return $this->realPayAmount;
|
||
|
}
|
||
|
|
||
|
public function setRealPayAmount($realPayAmount) {
|
||
|
$this->realPayAmount = $realPayAmount;
|
||
|
$this->apiParams["realPayAmount"] = $realPayAmount;
|
||
|
}
|
||
|
|
||
|
public function getRealSalesPerson() {
|
||
|
return $this->realSalesPerson;
|
||
|
}
|
||
|
|
||
|
public function setRealSalesPerson($realSalesPerson) {
|
||
|
$this->realSalesPerson = $realSalesPerson;
|
||
|
$this->apiParams["realSalesPerson"] = $realSalesPerson;
|
||
|
}
|
||
|
|
||
|
public function getRealSupplierCode() {
|
||
|
return $this->realSupplierCode;
|
||
|
}
|
||
|
|
||
|
public function setRealSupplierCode($realSupplierCode) {
|
||
|
$this->realSupplierCode = $realSupplierCode;
|
||
|
$this->apiParams["realSupplierCode"] = $realSupplierCode;
|
||
|
}
|
||
|
|
||
|
public function getSaleAmount() {
|
||
|
return $this->saleAmount;
|
||
|
}
|
||
|
|
||
|
public function setSaleAmount($saleAmount) {
|
||
|
$this->saleAmount = $saleAmount;
|
||
|
$this->apiParams["saleAmount"] = $saleAmount;
|
||
|
}
|
||
|
|
||
|
public function getSaleOrg() {
|
||
|
return $this->saleOrg;
|
||
|
}
|
||
|
|
||
|
public function setSaleOrg($saleOrg) {
|
||
|
$this->saleOrg = $saleOrg;
|
||
|
$this->apiParams["saleOrg"] = $saleOrg;
|
||
|
}
|
||
|
|
||
|
public function getSalesPerson() {
|
||
|
return $this->salesPerson;
|
||
|
}
|
||
|
|
||
|
public function setSalesPerson($salesPerson) {
|
||
|
$this->salesPerson = $salesPerson;
|
||
|
$this->apiParams["salesPerson"] = $salesPerson;
|
||
|
}
|
||
|
|
||
|
public function getSaleUnit() {
|
||
|
return $this->saleUnit;
|
||
|
}
|
||
|
|
||
|
public function setSaleUnit($saleUnit) {
|
||
|
$this->saleUnit = $saleUnit;
|
||
|
$this->apiParams["saleUnit"] = $saleUnit;
|
||
|
}
|
||
|
|
||
|
public function getSapOrderType() {
|
||
|
return $this->sapOrderType;
|
||
|
}
|
||
|
|
||
|
public function setSapOrderType($sapOrderType) {
|
||
|
$this->sapOrderType = $sapOrderType;
|
||
|
$this->apiParams["sapOrderType"] = $sapOrderType;
|
||
|
}
|
||
|
|
||
|
public function getSapProductCode() {
|
||
|
return $this->sapProductCode;
|
||
|
}
|
||
|
|
||
|
public function setSapProductCode($sapProductCode) {
|
||
|
$this->sapProductCode = $sapProductCode;
|
||
|
$this->apiParams["sapProductCode"] = $sapProductCode;
|
||
|
}
|
||
|
|
||
|
public function getScsOrderItemId() {
|
||
|
return $this->scsOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function setScsOrderItemId($scsOrderItemId) {
|
||
|
$this->scsOrderItemId = $scsOrderItemId;
|
||
|
$this->apiParams["scsOrderItemId"] = $scsOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function getSerialNumber() {
|
||
|
return $this->serialNumber;
|
||
|
}
|
||
|
|
||
|
public function setSerialNumber($serialNumber) {
|
||
|
$this->serialNumber = $serialNumber;
|
||
|
$this->apiParams["serialNumber"] = $serialNumber;
|
||
|
}
|
||
|
|
||
|
public function getServiceFee() {
|
||
|
return $this->serviceFee;
|
||
|
}
|
||
|
|
||
|
public function setServiceFee($serviceFee) {
|
||
|
$this->serviceFee = $serviceFee;
|
||
|
$this->apiParams["serviceFee"] = $serviceFee;
|
||
|
}
|
||
|
|
||
|
public function getShippingCondition() {
|
||
|
return $this->shippingCondition;
|
||
|
}
|
||
|
|
||
|
public function setShippingCondition($shippingCondition) {
|
||
|
$this->shippingCondition = $shippingCondition;
|
||
|
$this->apiParams["shippingCondition"] = $shippingCondition;
|
||
|
}
|
||
|
|
||
|
public function getShopCode() {
|
||
|
return $this->shopCode;
|
||
|
}
|
||
|
|
||
|
public function setShopCode($shopCode) {
|
||
|
$this->shopCode = $shopCode;
|
||
|
$this->apiParams["shopCode"] = $shopCode;
|
||
|
}
|
||
|
|
||
|
public function getSposOrderItemId() {
|
||
|
return $this->sposOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function setSposOrderItemId($sposOrderItemId) {
|
||
|
$this->sposOrderItemId = $sposOrderItemId;
|
||
|
$this->apiParams["sposOrderItemId"] = $sposOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function getStockArea() {
|
||
|
return $this->stockArea;
|
||
|
}
|
||
|
|
||
|
public function setStockArea($stockArea) {
|
||
|
$this->stockArea = $stockArea;
|
||
|
$this->apiParams["stockArea"] = $stockArea;
|
||
|
}
|
||
|
|
||
|
public function getStockType() {
|
||
|
return $this->stockType;
|
||
|
}
|
||
|
|
||
|
public function setStockType($stockType) {
|
||
|
$this->stockType = $stockType;
|
||
|
$this->apiParams["stockType"] = $stockType;
|
||
|
}
|
||
|
|
||
|
public function getStoreCode() {
|
||
|
return $this->storeCode;
|
||
|
}
|
||
|
|
||
|
public function setStoreCode($storeCode) {
|
||
|
$this->storeCode = $storeCode;
|
||
|
$this->apiParams["storeCode"] = $storeCode;
|
||
|
}
|
||
|
|
||
|
public function getSubscription() {
|
||
|
return $this->subscription;
|
||
|
}
|
||
|
|
||
|
public function setSubscription($subscription) {
|
||
|
$this->subscription = $subscription;
|
||
|
$this->apiParams["subscription"] = $subscription;
|
||
|
}
|
||
|
|
||
|
public function getSupplierCode() {
|
||
|
return $this->supplierCode;
|
||
|
}
|
||
|
|
||
|
public function setSupplierCode($supplierCode) {
|
||
|
$this->supplierCode = $supplierCode;
|
||
|
$this->apiParams["supplierCode"] = $supplierCode;
|
||
|
}
|
||
|
|
||
|
public function getSupplierShopType() {
|
||
|
return $this->supplierShopType;
|
||
|
}
|
||
|
|
||
|
public function setSupplierShopType($supplierShopType) {
|
||
|
$this->supplierShopType = $supplierShopType;
|
||
|
$this->apiParams["supplierShopType"] = $supplierShopType;
|
||
|
}
|
||
|
|
||
|
public function getSupProvideAddress() {
|
||
|
return $this->supProvideAddress;
|
||
|
}
|
||
|
|
||
|
public function setSupProvideAddress($supProvideAddress) {
|
||
|
$this->supProvideAddress = $supProvideAddress;
|
||
|
$this->apiParams["supProvideAddress"] = $supProvideAddress;
|
||
|
}
|
||
|
|
||
|
public function getTmOrderitemId() {
|
||
|
return $this->tmOrderitemId;
|
||
|
}
|
||
|
|
||
|
public function setTmOrderitemId($tmOrderitemId) {
|
||
|
$this->tmOrderitemId = $tmOrderitemId;
|
||
|
$this->apiParams["tmOrderitemId"] = $tmOrderitemId;
|
||
|
}
|
||
|
|
||
|
public function getTotalAmount() {
|
||
|
return $this->totalAmount;
|
||
|
}
|
||
|
|
||
|
public function setTotalAmount($totalAmount) {
|
||
|
$this->totalAmount = $totalAmount;
|
||
|
$this->apiParams["totalAmount"] = $totalAmount;
|
||
|
}
|
||
|
|
||
|
public function getTranspInventoryFlag() {
|
||
|
return $this->transpInventoryFlag;
|
||
|
}
|
||
|
|
||
|
public function setTranspInventoryFlag($transpInventoryFlag) {
|
||
|
$this->transpInventoryFlag = $transpInventoryFlag;
|
||
|
$this->apiParams["transpInventoryFlag"] = $transpInventoryFlag;
|
||
|
}
|
||
|
|
||
|
public function getTransportFee() {
|
||
|
return $this->transportFee;
|
||
|
}
|
||
|
|
||
|
public function setTransportFee($transportFee) {
|
||
|
$this->transportFee = $transportFee;
|
||
|
$this->apiParams["transportFee"] = $transportFee;
|
||
|
}
|
||
|
|
||
|
public function getUnitPrice() {
|
||
|
return $this->unitPrice;
|
||
|
}
|
||
|
|
||
|
public function setUnitPrice($unitPrice) {
|
||
|
$this->unitPrice = $unitPrice;
|
||
|
$this->apiParams["unitPrice"] = $unitPrice;
|
||
|
}
|
||
|
|
||
|
public function getVirtualBalanceStartTime() {
|
||
|
return $this->virtualBalanceStartTime;
|
||
|
}
|
||
|
|
||
|
public function setVirtualBalanceStartTime($virtualBalanceStartTime) {
|
||
|
$this->virtualBalanceStartTime = $virtualBalanceStartTime;
|
||
|
$this->apiParams["virtualBalanceStartTime"] = $virtualBalanceStartTime;
|
||
|
}
|
||
|
|
||
|
public function getVoucherTotalMoney() {
|
||
|
return $this->voucherTotalMoney;
|
||
|
}
|
||
|
|
||
|
public function setVoucherTotalMoney($voucherTotalMoney) {
|
||
|
$this->voucherTotalMoney = $voucherTotalMoney;
|
||
|
$this->apiParams["voucherTotalMoney"] = $voucherTotalMoney;
|
||
|
}
|
||
|
|
||
|
public function getWbLeOrg() {
|
||
|
return $this->wbLeOrg;
|
||
|
}
|
||
|
|
||
|
public function setWbLeOrg($wbLeOrg) {
|
||
|
$this->wbLeOrg = $wbLeOrg;
|
||
|
$this->apiParams["wbLeOrg"] = $wbLeOrg;
|
||
|
}
|
||
|
|
||
|
public function getWbStoreCode() {
|
||
|
return $this->wbStoreCode;
|
||
|
}
|
||
|
|
||
|
public function setWbStoreCode($wbStoreCode) {
|
||
|
$this->wbStoreCode = $wbStoreCode;
|
||
|
$this->apiParams["wbStoreCode"] = $wbStoreCode;
|
||
|
}
|
||
|
|
||
|
public function getZxxsl() {
|
||
|
return $this->zxxsl;
|
||
|
}
|
||
|
|
||
|
public function setZxxsl($zxxsl) {
|
||
|
$this->zxxsl = $zxxsl;
|
||
|
$this->apiParams["zxxsl"] = $zxxsl;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class Orderlineusecouponsandpaymentbean {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $activityId;
|
||
|
|
||
|
private $alipaypayno;
|
||
|
|
||
|
private $bankTypeCode;
|
||
|
|
||
|
private $bankTypeName;
|
||
|
|
||
|
private $billNo;
|
||
|
|
||
|
private $bolnum;
|
||
|
|
||
|
private $cardNo;
|
||
|
|
||
|
private $couponruleID;
|
||
|
|
||
|
private $depositFlag;
|
||
|
|
||
|
private $energizeType;
|
||
|
|
||
|
private $flowId;
|
||
|
|
||
|
private $helpPaySign;
|
||
|
|
||
|
private $newBankTypeCode;
|
||
|
|
||
|
private $oldAccountType;
|
||
|
|
||
|
private $parentPayCode;
|
||
|
|
||
|
private $payAmountZf;
|
||
|
|
||
|
private $payCode;
|
||
|
|
||
|
private $payCompany;
|
||
|
|
||
|
private $payName;
|
||
|
|
||
|
private $payOffice;
|
||
|
|
||
|
private $payTime;
|
||
|
|
||
|
private $payType;
|
||
|
|
||
|
private $policyflag;
|
||
|
|
||
|
private $repaymentCode;
|
||
|
|
||
|
private $sellerCode;
|
||
|
|
||
|
private $serialNo;
|
||
|
|
||
|
private $storeCodeSk;
|
||
|
|
||
|
public function getActivityId() {
|
||
|
return $this->activityId;
|
||
|
}
|
||
|
|
||
|
public function setActivityId($activityId) {
|
||
|
$this->activityId = $activityId;
|
||
|
$this->apiParams["activityId"] = $activityId;
|
||
|
}
|
||
|
|
||
|
public function getAlipaypayno() {
|
||
|
return $this->alipaypayno;
|
||
|
}
|
||
|
|
||
|
public function setAlipaypayno($alipaypayno) {
|
||
|
$this->alipaypayno = $alipaypayno;
|
||
|
$this->apiParams["alipaypayno"] = $alipaypayno;
|
||
|
}
|
||
|
|
||
|
public function getBankTypeCode() {
|
||
|
return $this->bankTypeCode;
|
||
|
}
|
||
|
|
||
|
public function setBankTypeCode($bankTypeCode) {
|
||
|
$this->bankTypeCode = $bankTypeCode;
|
||
|
$this->apiParams["bankTypeCode"] = $bankTypeCode;
|
||
|
}
|
||
|
|
||
|
public function getBankTypeName() {
|
||
|
return $this->bankTypeName;
|
||
|
}
|
||
|
|
||
|
public function setBankTypeName($bankTypeName) {
|
||
|
$this->bankTypeName = $bankTypeName;
|
||
|
$this->apiParams["bankTypeName"] = $bankTypeName;
|
||
|
}
|
||
|
|
||
|
public function getBillNo() {
|
||
|
return $this->billNo;
|
||
|
}
|
||
|
|
||
|
public function setBillNo($billNo) {
|
||
|
$this->billNo = $billNo;
|
||
|
$this->apiParams["billNo"] = $billNo;
|
||
|
}
|
||
|
|
||
|
public function getBolnum() {
|
||
|
return $this->bolnum;
|
||
|
}
|
||
|
|
||
|
public function setBolnum($bolnum) {
|
||
|
$this->bolnum = $bolnum;
|
||
|
$this->apiParams["bolnum"] = $bolnum;
|
||
|
}
|
||
|
|
||
|
public function getCardNo() {
|
||
|
return $this->cardNo;
|
||
|
}
|
||
|
|
||
|
public function setCardNo($cardNo) {
|
||
|
$this->cardNo = $cardNo;
|
||
|
$this->apiParams["cardNo"] = $cardNo;
|
||
|
}
|
||
|
|
||
|
public function getCouponruleID() {
|
||
|
return $this->couponruleID;
|
||
|
}
|
||
|
|
||
|
public function setCouponruleID($couponruleID) {
|
||
|
$this->couponruleID = $couponruleID;
|
||
|
$this->apiParams["couponruleID"] = $couponruleID;
|
||
|
}
|
||
|
|
||
|
public function getDepositFlag() {
|
||
|
return $this->depositFlag;
|
||
|
}
|
||
|
|
||
|
public function setDepositFlag($depositFlag) {
|
||
|
$this->depositFlag = $depositFlag;
|
||
|
$this->apiParams["depositFlag"] = $depositFlag;
|
||
|
}
|
||
|
|
||
|
public function getEnergizeType() {
|
||
|
return $this->energizeType;
|
||
|
}
|
||
|
|
||
|
public function setEnergizeType($energizeType) {
|
||
|
$this->energizeType = $energizeType;
|
||
|
$this->apiParams["energizeType"] = $energizeType;
|
||
|
}
|
||
|
|
||
|
public function getFlowId() {
|
||
|
return $this->flowId;
|
||
|
}
|
||
|
|
||
|
public function setFlowId($flowId) {
|
||
|
$this->flowId = $flowId;
|
||
|
$this->apiParams["flowId"] = $flowId;
|
||
|
}
|
||
|
|
||
|
public function getHelpPaySign() {
|
||
|
return $this->helpPaySign;
|
||
|
}
|
||
|
|
||
|
public function setHelpPaySign($helpPaySign) {
|
||
|
$this->helpPaySign = $helpPaySign;
|
||
|
$this->apiParams["helpPaySign"] = $helpPaySign;
|
||
|
}
|
||
|
|
||
|
public function getNewBankTypeCode() {
|
||
|
return $this->newBankTypeCode;
|
||
|
}
|
||
|
|
||
|
public function setNewBankTypeCode($newBankTypeCode) {
|
||
|
$this->newBankTypeCode = $newBankTypeCode;
|
||
|
$this->apiParams["newBankTypeCode"] = $newBankTypeCode;
|
||
|
}
|
||
|
|
||
|
public function getOldAccountType() {
|
||
|
return $this->oldAccountType;
|
||
|
}
|
||
|
|
||
|
public function setOldAccountType($oldAccountType) {
|
||
|
$this->oldAccountType = $oldAccountType;
|
||
|
$this->apiParams["oldAccountType"] = $oldAccountType;
|
||
|
}
|
||
|
|
||
|
public function getParentPayCode() {
|
||
|
return $this->parentPayCode;
|
||
|
}
|
||
|
|
||
|
public function setParentPayCode($parentPayCode) {
|
||
|
$this->parentPayCode = $parentPayCode;
|
||
|
$this->apiParams["parentPayCode"] = $parentPayCode;
|
||
|
}
|
||
|
|
||
|
public function getPayAmountZf() {
|
||
|
return $this->payAmountZf;
|
||
|
}
|
||
|
|
||
|
public function setPayAmountZf($payAmountZf) {
|
||
|
$this->payAmountZf = $payAmountZf;
|
||
|
$this->apiParams["payAmountZf"] = $payAmountZf;
|
||
|
}
|
||
|
|
||
|
public function getPayCode() {
|
||
|
return $this->payCode;
|
||
|
}
|
||
|
|
||
|
public function setPayCode($payCode) {
|
||
|
$this->payCode = $payCode;
|
||
|
$this->apiParams["payCode"] = $payCode;
|
||
|
}
|
||
|
|
||
|
public function getPayCompany() {
|
||
|
return $this->payCompany;
|
||
|
}
|
||
|
|
||
|
public function setPayCompany($payCompany) {
|
||
|
$this->payCompany = $payCompany;
|
||
|
$this->apiParams["payCompany"] = $payCompany;
|
||
|
}
|
||
|
|
||
|
public function getPayName() {
|
||
|
return $this->payName;
|
||
|
}
|
||
|
|
||
|
public function setPayName($payName) {
|
||
|
$this->payName = $payName;
|
||
|
$this->apiParams["payName"] = $payName;
|
||
|
}
|
||
|
|
||
|
public function getPayOffice() {
|
||
|
return $this->payOffice;
|
||
|
}
|
||
|
|
||
|
public function setPayOffice($payOffice) {
|
||
|
$this->payOffice = $payOffice;
|
||
|
$this->apiParams["payOffice"] = $payOffice;
|
||
|
}
|
||
|
|
||
|
public function getPayTime() {
|
||
|
return $this->payTime;
|
||
|
}
|
||
|
|
||
|
public function setPayTime($payTime) {
|
||
|
$this->payTime = $payTime;
|
||
|
$this->apiParams["payTime"] = $payTime;
|
||
|
}
|
||
|
|
||
|
public function getPayType() {
|
||
|
return $this->payType;
|
||
|
}
|
||
|
|
||
|
public function setPayType($payType) {
|
||
|
$this->payType = $payType;
|
||
|
$this->apiParams["payType"] = $payType;
|
||
|
}
|
||
|
|
||
|
public function getPolicyflag() {
|
||
|
return $this->policyflag;
|
||
|
}
|
||
|
|
||
|
public function setPolicyflag($policyflag) {
|
||
|
$this->policyflag = $policyflag;
|
||
|
$this->apiParams["policyflag"] = $policyflag;
|
||
|
}
|
||
|
|
||
|
public function getRepaymentCode() {
|
||
|
return $this->repaymentCode;
|
||
|
}
|
||
|
|
||
|
public function setRepaymentCode($repaymentCode) {
|
||
|
$this->repaymentCode = $repaymentCode;
|
||
|
$this->apiParams["repaymentCode"] = $repaymentCode;
|
||
|
}
|
||
|
|
||
|
public function getSellerCode() {
|
||
|
return $this->sellerCode;
|
||
|
}
|
||
|
|
||
|
public function setSellerCode($sellerCode) {
|
||
|
$this->sellerCode = $sellerCode;
|
||
|
$this->apiParams["sellerCode"] = $sellerCode;
|
||
|
}
|
||
|
|
||
|
public function getSerialNo() {
|
||
|
return $this->serialNo;
|
||
|
}
|
||
|
|
||
|
public function setSerialNo($serialNo) {
|
||
|
$this->serialNo = $serialNo;
|
||
|
$this->apiParams["serialNo"] = $serialNo;
|
||
|
}
|
||
|
|
||
|
public function getStoreCodeSk() {
|
||
|
return $this->storeCodeSk;
|
||
|
}
|
||
|
|
||
|
public function setStoreCodeSk($storeCodeSk) {
|
||
|
$this->storeCodeSk = $storeCodeSk;
|
||
|
$this->apiParams["storeCodeSk"] = $storeCodeSk;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class Orderbodybean {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $appointTransTime;
|
||
|
|
||
|
private $billType;
|
||
|
|
||
|
private $btocOrderId;
|
||
|
|
||
|
private $cartNo;
|
||
|
|
||
|
private $detailCount;
|
||
|
|
||
|
private $effectiveTime;
|
||
|
|
||
|
private $omsCreatedTime;
|
||
|
|
||
|
private $orderChannel;
|
||
|
|
||
|
private $orderId;
|
||
|
|
||
|
private $orderSource;
|
||
|
|
||
|
private $orderType;
|
||
|
|
||
|
private $salePlatform;
|
||
|
|
||
|
private $sapOrderId;
|
||
|
|
||
|
private $sposOrderId;
|
||
|
|
||
|
private $tmOrderId;
|
||
|
|
||
|
public function getAppointTransTime() {
|
||
|
return $this->appointTransTime;
|
||
|
}
|
||
|
|
||
|
public function setAppointTransTime($appointTransTime) {
|
||
|
$this->appointTransTime = $appointTransTime;
|
||
|
$this->apiParams["appointTransTime"] = $appointTransTime;
|
||
|
}
|
||
|
|
||
|
public function getBillType() {
|
||
|
return $this->billType;
|
||
|
}
|
||
|
|
||
|
public function setBillType($billType) {
|
||
|
$this->billType = $billType;
|
||
|
$this->apiParams["billType"] = $billType;
|
||
|
}
|
||
|
|
||
|
public function getBtocOrderId() {
|
||
|
return $this->btocOrderId;
|
||
|
}
|
||
|
|
||
|
public function setBtocOrderId($btocOrderId) {
|
||
|
$this->btocOrderId = $btocOrderId;
|
||
|
$this->apiParams["btocOrderId"] = $btocOrderId;
|
||
|
}
|
||
|
|
||
|
public function getCartNo() {
|
||
|
return $this->cartNo;
|
||
|
}
|
||
|
|
||
|
public function setCartNo($cartNo) {
|
||
|
$this->cartNo = $cartNo;
|
||
|
$this->apiParams["cartNo"] = $cartNo;
|
||
|
}
|
||
|
|
||
|
public function getDetailCount() {
|
||
|
return $this->detailCount;
|
||
|
}
|
||
|
|
||
|
public function setDetailCount($detailCount) {
|
||
|
$this->detailCount = $detailCount;
|
||
|
$this->apiParams["detailCount"] = $detailCount;
|
||
|
}
|
||
|
|
||
|
public function getEffectiveTime() {
|
||
|
return $this->effectiveTime;
|
||
|
}
|
||
|
|
||
|
public function setEffectiveTime($effectiveTime) {
|
||
|
$this->effectiveTime = $effectiveTime;
|
||
|
$this->apiParams["effectiveTime"] = $effectiveTime;
|
||
|
}
|
||
|
|
||
|
public function getOmsCreatedTime() {
|
||
|
return $this->omsCreatedTime;
|
||
|
}
|
||
|
|
||
|
public function setOmsCreatedTime($omsCreatedTime) {
|
||
|
$this->omsCreatedTime = $omsCreatedTime;
|
||
|
$this->apiParams["omsCreatedTime"] = $omsCreatedTime;
|
||
|
}
|
||
|
|
||
|
public function getOrderChannel() {
|
||
|
return $this->orderChannel;
|
||
|
}
|
||
|
|
||
|
public function setOrderChannel($orderChannel) {
|
||
|
$this->orderChannel = $orderChannel;
|
||
|
$this->apiParams["orderChannel"] = $orderChannel;
|
||
|
}
|
||
|
|
||
|
public function getOrderId() {
|
||
|
return $this->orderId;
|
||
|
}
|
||
|
|
||
|
public function setOrderId($orderId) {
|
||
|
$this->orderId = $orderId;
|
||
|
$this->apiParams["orderId"] = $orderId;
|
||
|
}
|
||
|
|
||
|
public function getOrderSource() {
|
||
|
return $this->orderSource;
|
||
|
}
|
||
|
|
||
|
public function setOrderSource($orderSource) {
|
||
|
$this->orderSource = $orderSource;
|
||
|
$this->apiParams["orderSource"] = $orderSource;
|
||
|
}
|
||
|
|
||
|
public function getOrderType() {
|
||
|
return $this->orderType;
|
||
|
}
|
||
|
|
||
|
public function setOrderType($orderType) {
|
||
|
$this->orderType = $orderType;
|
||
|
$this->apiParams["orderType"] = $orderType;
|
||
|
}
|
||
|
|
||
|
public function getSalePlatform() {
|
||
|
return $this->salePlatform;
|
||
|
}
|
||
|
|
||
|
public function setSalePlatform($salePlatform) {
|
||
|
$this->salePlatform = $salePlatform;
|
||
|
$this->apiParams["salePlatform"] = $salePlatform;
|
||
|
}
|
||
|
|
||
|
public function getSapOrderId() {
|
||
|
return $this->sapOrderId;
|
||
|
}
|
||
|
|
||
|
public function setSapOrderId($sapOrderId) {
|
||
|
$this->sapOrderId = $sapOrderId;
|
||
|
$this->apiParams["sapOrderId"] = $sapOrderId;
|
||
|
}
|
||
|
|
||
|
public function getSposOrderId() {
|
||
|
return $this->sposOrderId;
|
||
|
}
|
||
|
|
||
|
public function setSposOrderId($sposOrderId) {
|
||
|
$this->sposOrderId = $sposOrderId;
|
||
|
$this->apiParams["sposOrderId"] = $sposOrderId;
|
||
|
}
|
||
|
|
||
|
public function getTmOrderId() {
|
||
|
return $this->tmOrderId;
|
||
|
}
|
||
|
|
||
|
public function setTmOrderId($tmOrderId) {
|
||
|
$this->tmOrderId = $tmOrderId;
|
||
|
$this->apiParams["tmOrderId"] = $tmOrderId;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class Loweroedersquarebean {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $clientId;
|
||
|
|
||
|
private $memInCardNo;
|
||
|
|
||
|
private $memOutCardNo;
|
||
|
|
||
|
private $memType;
|
||
|
|
||
|
private $parentMemberNo;
|
||
|
|
||
|
public function getClientId() {
|
||
|
return $this->clientId;
|
||
|
}
|
||
|
|
||
|
public function setClientId($clientId) {
|
||
|
$this->clientId = $clientId;
|
||
|
$this->apiParams["clientId"] = $clientId;
|
||
|
}
|
||
|
|
||
|
public function getMemInCardNo() {
|
||
|
return $this->memInCardNo;
|
||
|
}
|
||
|
|
||
|
public function setMemInCardNo($memInCardNo) {
|
||
|
$this->memInCardNo = $memInCardNo;
|
||
|
$this->apiParams["memInCardNo"] = $memInCardNo;
|
||
|
}
|
||
|
|
||
|
public function getMemOutCardNo() {
|
||
|
return $this->memOutCardNo;
|
||
|
}
|
||
|
|
||
|
public function setMemOutCardNo($memOutCardNo) {
|
||
|
$this->memOutCardNo = $memOutCardNo;
|
||
|
$this->apiParams["memOutCardNo"] = $memOutCardNo;
|
||
|
}
|
||
|
|
||
|
public function getMemType() {
|
||
|
return $this->memType;
|
||
|
}
|
||
|
|
||
|
public function setMemType($memType) {
|
||
|
$this->memType = $memType;
|
||
|
$this->apiParams["memType"] = $memType;
|
||
|
}
|
||
|
|
||
|
public function getParentMemberNo() {
|
||
|
return $this->parentMemberNo;
|
||
|
}
|
||
|
|
||
|
public function setParentMemberNo($parentMemberNo) {
|
||
|
$this->parentMemberNo = $parentMemberNo;
|
||
|
$this->apiParams["parentMemberNo"] = $parentMemberNo;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class Returnsorderbean {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $changeOrderNewItemId;
|
||
|
|
||
|
private $changeOrderOldItemId;
|
||
|
|
||
|
private $chgType;
|
||
|
|
||
|
private $createdTime;
|
||
|
|
||
|
private $operatMum;
|
||
|
|
||
|
private $preOrderItemId;
|
||
|
|
||
|
private $prePosId;
|
||
|
|
||
|
private $reason;
|
||
|
|
||
|
private $retType;
|
||
|
|
||
|
private $specialReturnFlag;
|
||
|
|
||
|
public function getChangeOrderNewItemId() {
|
||
|
return $this->changeOrderNewItemId;
|
||
|
}
|
||
|
|
||
|
public function setChangeOrderNewItemId($changeOrderNewItemId) {
|
||
|
$this->changeOrderNewItemId = $changeOrderNewItemId;
|
||
|
$this->apiParams["changeOrderNewItemId"] = $changeOrderNewItemId;
|
||
|
}
|
||
|
|
||
|
public function getChangeOrderOldItemId() {
|
||
|
return $this->changeOrderOldItemId;
|
||
|
}
|
||
|
|
||
|
public function setChangeOrderOldItemId($changeOrderOldItemId) {
|
||
|
$this->changeOrderOldItemId = $changeOrderOldItemId;
|
||
|
$this->apiParams["changeOrderOldItemId"] = $changeOrderOldItemId;
|
||
|
}
|
||
|
|
||
|
public function getChgType() {
|
||
|
return $this->chgType;
|
||
|
}
|
||
|
|
||
|
public function setChgType($chgType) {
|
||
|
$this->chgType = $chgType;
|
||
|
$this->apiParams["chgType"] = $chgType;
|
||
|
}
|
||
|
|
||
|
public function getCreatedTime() {
|
||
|
return $this->createdTime;
|
||
|
}
|
||
|
|
||
|
public function setCreatedTime($createdTime) {
|
||
|
$this->createdTime = $createdTime;
|
||
|
$this->apiParams["createdTime"] = $createdTime;
|
||
|
}
|
||
|
|
||
|
public function getOperatMum() {
|
||
|
return $this->operatMum;
|
||
|
}
|
||
|
|
||
|
public function setOperatMum($operatMum) {
|
||
|
$this->operatMum = $operatMum;
|
||
|
$this->apiParams["operatMum"] = $operatMum;
|
||
|
}
|
||
|
|
||
|
public function getPreOrderItemId() {
|
||
|
return $this->preOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function setPreOrderItemId($preOrderItemId) {
|
||
|
$this->preOrderItemId = $preOrderItemId;
|
||
|
$this->apiParams["preOrderItemId"] = $preOrderItemId;
|
||
|
}
|
||
|
|
||
|
public function getPrePosId() {
|
||
|
return $this->prePosId;
|
||
|
}
|
||
|
|
||
|
public function setPrePosId($prePosId) {
|
||
|
$this->prePosId = $prePosId;
|
||
|
$this->apiParams["prePosId"] = $prePosId;
|
||
|
}
|
||
|
|
||
|
public function getReason() {
|
||
|
return $this->reason;
|
||
|
}
|
||
|
|
||
|
public function setReason($reason) {
|
||
|
$this->reason = $reason;
|
||
|
$this->apiParams["reason"] = $reason;
|
||
|
}
|
||
|
|
||
|
public function getRetType() {
|
||
|
return $this->retType;
|
||
|
}
|
||
|
|
||
|
public function setRetType($retType) {
|
||
|
$this->retType = $retType;
|
||
|
$this->apiParams["retType"] = $retType;
|
||
|
}
|
||
|
|
||
|
public function getSpecialReturnFlag() {
|
||
|
return $this->specialReturnFlag;
|
||
|
}
|
||
|
|
||
|
public function setSpecialReturnFlag($specialReturnFlag) {
|
||
|
$this->specialReturnFlag = $specialReturnFlag;
|
||
|
$this->apiParams["specialReturnFlag"] = $specialReturnFlag;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|