tencentcloud-sdk-partners 3.0.754 → 3.0.755

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b3de899abb26f0024a979d8a39d3810a9823ad9
4
- data.tar.gz: 53d133becaa15f56a615deee5e0c7cb9e64330ad
3
+ metadata.gz: 22c451bf2ea1657b5b9a57aaecb5e99bfaa180cd
4
+ data.tar.gz: 640c8909c46f2f04c584df22c92e39d331c6b8c5
5
5
  SHA512:
6
- metadata.gz: e80e17f41d09a4bb9b94b65a7c496f84202aca2e17d0112fa88b32861211b4e8768adaca8f3df5737e655f93c2700901a784b3b799301a76d2d6c28b2b72f155
7
- data.tar.gz: ecc92e68a3000ab182d5febb4240a47f9e73c1d8da2da14e10bc9fa4304b2a796cde4a259ca037748a1b21a4ec5473c5bee74d2a2ea14edb126cd217250ccec4
6
+ metadata.gz: 1f3ca4b1686cb527f55547c19c3fdaf573a4b877084232e772548e775275f585adf60bc318e8202c9565f744e7b52679807c0fe929121c0c952e831096713cdd
7
+ data.tar.gz: da6195af97e7131fa1bb47d3f075922292fbe978c64cbaee291772211c86981c810e0d46654f6c1370aacc23c3fb3b251ce7034c50cab67dbfd6626b06f60ec0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.754
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.754
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-21 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