tencentcloud-sdk-partners 3.0.754 → 3.0.756

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: 3b3de899abb26f0024a979d8a39d3810a9823ad9
4
- data.tar.gz: 53d133becaa15f56a615deee5e0c7cb9e64330ad
3
+ metadata.gz: cc720ffa0fe78a13a724b213027e03929a63ee91
4
+ data.tar.gz: f185c236901563f6d64d720aa3428a9bcdda44c6
5
5
  SHA512:
6
- metadata.gz: e80e17f41d09a4bb9b94b65a7c496f84202aca2e17d0112fa88b32861211b4e8768adaca8f3df5737e655f93c2700901a784b3b799301a76d2d6c28b2b72f155
7
- data.tar.gz: ecc92e68a3000ab182d5febb4240a47f9e73c1d8da2da14e10bc9fa4304b2a796cde4a259ca037748a1b21a4ec5473c5bee74d2a2ea14edb126cd217250ccec4
6
+ metadata.gz: 7c9c7b6412693a6915d017a166c73d021f6f5b377dff5dc3d03c27bf21b343111b3ab7f035dc2063185da7fb52cfb3176a0bd7575d36f11da406886530089303
7
+ data.tar.gz: 42808cffc6964bb19c9794edeb03c8e0097a4ffdee507c180caf069b0575e7906cb70e041f894bda53f1eb2f1ecdbb9d017be900bfda7e7f07356befec657eb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.754
1
+ 3.0.756
@@ -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.754
4
+ version: 3.0.756
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-21 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-partners.rb
37
- - lib/v20180321/client.rb
38
37
  - lib/v20180321/models.rb
38
+ - lib/v20180321/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: