tencentcloud-sdk-partners 3.0.753 → 3.0.755

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13f097892a884ecfefd40c5027b9e129ed1c594c
4
- data.tar.gz: 68564ff6272218fef52bc95a703591c353f9efb3
3
+ metadata.gz: 22c451bf2ea1657b5b9a57aaecb5e99bfaa180cd
4
+ data.tar.gz: 640c8909c46f2f04c584df22c92e39d331c6b8c5
5
5
  SHA512:
6
- metadata.gz: c42c6a5f5dc86bb56e58b841fa3f7d7e0ac51d17f652d53325392cdc5f1887b7f9f38fc9346f1be17f046de63256b53107173acad6414d5ec6689db2ddb48384
7
- data.tar.gz: 5aa0ccf79458025ac24a782534806a8ca83b49fed3530bddca28db6172d93132b0a71766f72f0217dbaecad235172b0725f710801de5a900382996711a32d644
6
+ metadata.gz: 1f3ca4b1686cb527f55547c19c3fdaf573a4b877084232e772548e775275f585adf60bc318e8202c9565f744e7b52679807c0fe929121c0c952e831096713cdd
7
+ data.tar.gz: da6195af97e7131fa1bb47d3f075922292fbe978c64cbaee291772211c86981c810e0d46654f6c1370aacc23c3fb3b251ce7034c50cab67dbfd6626b06f60ec0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.753
1
+ 3.0.755
@@ -310,10 +310,13 @@ module TencentCloud
310
310
  # @param RefundMap: 退款单的原订单信息。当前仅 DescribeClientDealsByCache 接口会返回该字段
311
311
  # 注意:此字段可能返回 null,表示取不到有效值。
312
312
  # @type RefundMap: Array
313
+ # @param SubGoodsName: 子产品名称
314
+ # 注意:此字段可能返回 null,表示取不到有效值。
315
+ # @type SubGoodsName: String
313
316
 
314
- attr_accessor :DealId, :DealName, :GoodsCategoryId, :OwnerUin, :AppId, :GoodsNum, :GoodsPrice, :Creater, :CreatTime, :PayEndTime, :BillId, :Payer, :DealStatus, :Status, :GoodsName, :ClientRemark, :ActionType, :VoucherDecline, :BigDealId, :ClientType, :ProjectType, :SalesUin, :PayerMode, :ActivityId, :OverdueTime, :ProductInfo, :PaymentMethod, :UpdateTime, :ResourceIds, :RefundMap
317
+ attr_accessor :DealId, :DealName, :GoodsCategoryId, :OwnerUin, :AppId, :GoodsNum, :GoodsPrice, :Creater, :CreatTime, :PayEndTime, :BillId, :Payer, :DealStatus, :Status, :GoodsName, :ClientRemark, :ActionType, :VoucherDecline, :BigDealId, :ClientType, :ProjectType, :SalesUin, :PayerMode, :ActivityId, :OverdueTime, :ProductInfo, :PaymentMethod, :UpdateTime, :ResourceIds, :RefundMap, :SubGoodsName
315
318
 
316
- def initialize(dealid=nil, dealname=nil, goodscategoryid=nil, owneruin=nil, appid=nil, goodsnum=nil, goodsprice=nil, creater=nil, creattime=nil, payendtime=nil, billid=nil, payer=nil, dealstatus=nil, status=nil, goodsname=nil, clientremark=nil, actiontype=nil, voucherdecline=nil, bigdealid=nil, clienttype=nil, projecttype=nil, salesuin=nil, payermode=nil, activityid=nil, overduetime=nil, productinfo=nil, paymentmethod=nil, updatetime=nil, resourceids=nil, refundmap=nil)
319
+ def initialize(dealid=nil, dealname=nil, goodscategoryid=nil, owneruin=nil, appid=nil, goodsnum=nil, goodsprice=nil, creater=nil, creattime=nil, payendtime=nil, billid=nil, payer=nil, dealstatus=nil, status=nil, goodsname=nil, clientremark=nil, actiontype=nil, voucherdecline=nil, bigdealid=nil, clienttype=nil, projecttype=nil, salesuin=nil, payermode=nil, activityid=nil, overduetime=nil, productinfo=nil, paymentmethod=nil, updatetime=nil, resourceids=nil, refundmap=nil, subgoodsname=nil)
317
320
  @DealId = dealid
318
321
  @DealName = dealname
319
322
  @GoodsCategoryId = goodscategoryid
@@ -344,6 +347,7 @@ module TencentCloud
344
347
  @UpdateTime = updatetime
345
348
  @ResourceIds = resourceids
346
349
  @RefundMap = refundmap
350
+ @SubGoodsName = subgoodsname
347
351
  end
348
352
 
349
353
  def deserialize(params)
@@ -394,6 +398,7 @@ module TencentCloud
394
398
  @RefundMap << refundmap_tmp
395
399
  end
396
400
  end
401
+ @SubGoodsName = params['SubGoodsName']
397
402
  end
398
403
  end
399
404
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-partners
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.753
4
+ version: 3.0.755
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-18 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common