|
@@ -1,4 +1,5 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* QueryTradequeryRequest
|
|
* QueryTradequeryRequest
|
|
|
* PHP version 7.4
|
|
* PHP version 7.4
|
|
@@ -45,7 +46,7 @@ class QueryTradequeryResponse extends ModelResponse implements \JsonSerializable
|
|
|
protected $accMdiscountAmount;
|
|
protected $accMdiscountAmount;
|
|
|
// 账户端优惠金额 C String(12) 拉卡拉优惠金额,单位分
|
|
// 账户端优惠金额 C String(12) 拉卡拉优惠金额,单位分
|
|
|
protected $accDiscountAmount;
|
|
protected $accDiscountAmount;
|
|
|
- // 账户端其它优惠金额 C String(12)
|
|
|
|
|
|
|
+ // 账户端其它优惠金额 C String(12)
|
|
|
protected $accOtherDiscountAmount;
|
|
protected $accOtherDiscountAmount;
|
|
|
// 交易完成时间 C String(14) 实际支付时间。yyyyMMddHHmmss
|
|
// 交易完成时间 C String(14) 实际支付时间。yyyyMMddHHmmss
|
|
|
protected $tradeTime;
|
|
protected $tradeTime;
|
|
@@ -63,279 +64,279 @@ class QueryTradequeryResponse extends ModelResponse implements \JsonSerializable
|
|
|
protected $accRespFields;
|
|
protected $accRespFields;
|
|
|
// 合单退款拆单信息 C List<> 如果查询订单是退款主单,则返回。见refundSplitInfo字段说明。拆单信息见refund_split_info域说明
|
|
// 合单退款拆单信息 C List<> 如果查询订单是退款主单,则返回。见refundSplitInfo字段说明。拆单信息见refund_split_info域说明
|
|
|
protected $refundSplitInfo;
|
|
protected $refundSplitInfo;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setMerchantNo($merchantNo)
|
|
public function setMerchantNo($merchantNo)
|
|
|
{
|
|
{
|
|
|
$this->merchantNo = $merchantNo;
|
|
$this->merchantNo = $merchantNo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getMerchantNo()
|
|
public function getMerchantNo()
|
|
|
{
|
|
{
|
|
|
return $this->merchantNo;
|
|
return $this->merchantNo;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setOutTradeNo($outTradeNo)
|
|
public function setOutTradeNo($outTradeNo)
|
|
|
{
|
|
{
|
|
|
$this->outTradeNo = $outTradeNo;
|
|
$this->outTradeNo = $outTradeNo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getOutTradeNo()
|
|
public function getOutTradeNo()
|
|
|
{
|
|
{
|
|
|
return $this->outTradeNo;
|
|
return $this->outTradeNo;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setTradeNo($tradeNo)
|
|
public function setTradeNo($tradeNo)
|
|
|
{
|
|
{
|
|
|
$this->tradeNo = $tradeNo;
|
|
$this->tradeNo = $tradeNo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getTradeNo()
|
|
public function getTradeNo()
|
|
|
{
|
|
{
|
|
|
return $this->tradeNo;
|
|
return $this->tradeNo;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setLogNo($logNo)
|
|
public function setLogNo($logNo)
|
|
|
{
|
|
{
|
|
|
$this->logNo = $logNo;
|
|
$this->logNo = $logNo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getLogNo()
|
|
public function getLogNo()
|
|
|
{
|
|
{
|
|
|
return $this->logNo;
|
|
return $this->logNo;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setTradeMainType($tradeMainType)
|
|
public function setTradeMainType($tradeMainType)
|
|
|
{
|
|
{
|
|
|
$this->tradeMainType = $tradeMainType;
|
|
$this->tradeMainType = $tradeMainType;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getTradeMainType()
|
|
public function getTradeMainType()
|
|
|
{
|
|
{
|
|
|
return $this->tradeMainType;
|
|
return $this->tradeMainType;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setSplitAttr($splitAttr)
|
|
public function setSplitAttr($splitAttr)
|
|
|
{
|
|
{
|
|
|
$this->splitAttr = $splitAttr;
|
|
$this->splitAttr = $splitAttr;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getSplitAttr()
|
|
public function getSplitAttr()
|
|
|
{
|
|
{
|
|
|
return $this->splitAttr;
|
|
return $this->splitAttr;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setSplitInfo($splitInfo)
|
|
public function setSplitInfo($splitInfo)
|
|
|
{
|
|
{
|
|
|
$this->splitInfo = $splitInfo;
|
|
$this->splitInfo = $splitInfo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getSplitInfo()
|
|
public function getSplitInfo()
|
|
|
{
|
|
{
|
|
|
return $this->splitInfo;
|
|
return $this->splitInfo;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccTradeNo($accTradeNo)
|
|
public function setAccTradeNo($accTradeNo)
|
|
|
{
|
|
{
|
|
|
$this->accTradeNo = $accTradeNo;
|
|
$this->accTradeNo = $accTradeNo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccTradeNo()
|
|
public function getAccTradeNo()
|
|
|
{
|
|
{
|
|
|
return $this->accTradeNo;
|
|
return $this->accTradeNo;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccountType($accountType)
|
|
public function setAccountType($accountType)
|
|
|
{
|
|
{
|
|
|
$this->accountType = $accountType;
|
|
$this->accountType = $accountType;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccountType()
|
|
public function getAccountType()
|
|
|
{
|
|
{
|
|
|
return $this->accountType;
|
|
return $this->accountType;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setTradeState($tradeState)
|
|
public function setTradeState($tradeState)
|
|
|
{
|
|
{
|
|
|
$this->tradeState = $tradeState;
|
|
$this->tradeState = $tradeState;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getTradeState()
|
|
public function getTradeState()
|
|
|
{
|
|
{
|
|
|
return $this->tradeState;
|
|
return $this->tradeState;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setTradeStateDesc($tradeStateDesc)
|
|
public function setTradeStateDesc($tradeStateDesc)
|
|
|
{
|
|
{
|
|
|
$this->tradeStateDesc = $tradeStateDesc;
|
|
$this->tradeStateDesc = $tradeStateDesc;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getTradeStateDesc()
|
|
public function getTradeStateDesc()
|
|
|
{
|
|
{
|
|
|
return $this->tradeStateDesc;
|
|
return $this->tradeStateDesc;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setTotalAmount($totalAmount)
|
|
public function setTotalAmount($totalAmount)
|
|
|
{
|
|
{
|
|
|
$this->totalAmount = $totalAmount;
|
|
$this->totalAmount = $totalAmount;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getTotalAmount()
|
|
public function getTotalAmount()
|
|
|
{
|
|
{
|
|
|
return $this->totalAmount;
|
|
return $this->totalAmount;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setPayerAmount($payerAmount)
|
|
public function setPayerAmount($payerAmount)
|
|
|
{
|
|
{
|
|
|
$this->payerAmount = $payerAmount;
|
|
$this->payerAmount = $payerAmount;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getPayerAmount()
|
|
public function getPayerAmount()
|
|
|
{
|
|
{
|
|
|
return $this->payerAmount;
|
|
return $this->payerAmount;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccSettleAmount($accSettleAmount)
|
|
public function setAccSettleAmount($accSettleAmount)
|
|
|
{
|
|
{
|
|
|
$this->accSettleAmount = $accSettleAmount;
|
|
$this->accSettleAmount = $accSettleAmount;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccSettleAmount()
|
|
public function getAccSettleAmount()
|
|
|
{
|
|
{
|
|
|
return $this->accSettleAmount;
|
|
return $this->accSettleAmount;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccMdiscountAmount($accMdiscountAmount)
|
|
public function setAccMdiscountAmount($accMdiscountAmount)
|
|
|
{
|
|
{
|
|
|
$this->accMdiscountAmount = $accMdiscountAmount;
|
|
$this->accMdiscountAmount = $accMdiscountAmount;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccMdiscountAmount()
|
|
public function getAccMdiscountAmount()
|
|
|
{
|
|
{
|
|
|
return $this->accMdiscountAmount;
|
|
return $this->accMdiscountAmount;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccDiscountAmount($accDiscountAmount)
|
|
public function setAccDiscountAmount($accDiscountAmount)
|
|
|
{
|
|
{
|
|
|
$this->accDiscountAmount = $accDiscountAmount;
|
|
$this->accDiscountAmount = $accDiscountAmount;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccDiscountAmount()
|
|
public function getAccDiscountAmount()
|
|
|
{
|
|
{
|
|
|
return $this->accDiscountAmount;
|
|
return $this->accDiscountAmount;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccOtherDiscountAmount($accOtherDiscountAmount)
|
|
public function setAccOtherDiscountAmount($accOtherDiscountAmount)
|
|
|
{
|
|
{
|
|
|
$this->accOtherDiscountAmount = $accOtherDiscountAmount;
|
|
$this->accOtherDiscountAmount = $accOtherDiscountAmount;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccOtherDiscountAmount()
|
|
public function getAccOtherDiscountAmount()
|
|
|
{
|
|
{
|
|
|
return $this->accOtherDiscountAmount;
|
|
return $this->accOtherDiscountAmount;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setTradeTime($tradeTime)
|
|
public function setTradeTime($tradeTime)
|
|
|
{
|
|
{
|
|
|
$this->tradeTime = $tradeTime;
|
|
$this->tradeTime = $tradeTime;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getTradeTime()
|
|
public function getTradeTime()
|
|
|
{
|
|
{
|
|
|
return $this->tradeTime;
|
|
return $this->tradeTime;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setUserId1($userId1)
|
|
public function setUserId1($userId1)
|
|
|
{
|
|
{
|
|
|
$this->userId1 = $userId1;
|
|
$this->userId1 = $userId1;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getUserId1()
|
|
public function getUserId1()
|
|
|
{
|
|
{
|
|
|
return $this->userId1;
|
|
return $this->userId1;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setUserId2($userId2)
|
|
public function setUserId2($userId2)
|
|
|
{
|
|
{
|
|
|
$this->userId2 = $userId2;
|
|
$this->userId2 = $userId2;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getUserId2()
|
|
public function getUserId2()
|
|
|
{
|
|
{
|
|
|
return $this->userId2;
|
|
return $this->userId2;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setBankType($bankType)
|
|
public function setBankType($bankType)
|
|
|
{
|
|
{
|
|
|
$this->bankType = $bankType;
|
|
$this->bankType = $bankType;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getBankType()
|
|
public function getBankType()
|
|
|
{
|
|
{
|
|
|
return $this->bankType;
|
|
return $this->bankType;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setCardType($cardType)
|
|
public function setCardType($cardType)
|
|
|
{
|
|
{
|
|
|
$this->cardType = $cardType;
|
|
$this->cardType = $cardType;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getCardType()
|
|
public function getCardType()
|
|
|
{
|
|
{
|
|
|
return $this->cardType;
|
|
return $this->cardType;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccActivityId($accActivityId)
|
|
public function setAccActivityId($accActivityId)
|
|
|
{
|
|
{
|
|
|
$this->accActivityId = $accActivityId;
|
|
$this->accActivityId = $accActivityId;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccActivityId()
|
|
public function getAccActivityId()
|
|
|
{
|
|
{
|
|
|
return $this->accActivityId;
|
|
return $this->accActivityId;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setAccRespFields($accRespFields)
|
|
public function setAccRespFields($accRespFields)
|
|
|
{
|
|
{
|
|
|
$this->accRespFields = $accRespFields;
|
|
$this->accRespFields = $accRespFields;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getAccRespFields()
|
|
public function getAccRespFields()
|
|
|
{
|
|
{
|
|
|
return $this->accRespFields;
|
|
return $this->accRespFields;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function setRefundSplitInfo($refundSplitInfo)
|
|
public function setRefundSplitInfo($refundSplitInfo)
|
|
|
{
|
|
{
|
|
|
$this->refundSplitInfo = $refundSplitInfo;
|
|
$this->refundSplitInfo = $refundSplitInfo;
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
public function getRefundSplitInfo()
|
|
public function getRefundSplitInfo()
|
|
|
{
|
|
{
|
|
|
return $this->refundSplitInfo;
|
|
return $this->refundSplitInfo;
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|