tencentcloud-sdk-partners 3.0.590 → 3.0.592

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: a962887e3c348ca6800d0662819a5a4374a2234b
4
- data.tar.gz: 8f2266fb593963f1eaeb8b841b05d6c25d699f89
3
+ metadata.gz: c162fa52d2b2a658894be38fbf920123f64e6563
4
+ data.tar.gz: 5d63e57dd0493dc5ca7c37be7d014cf0a21f0214
5
5
  SHA512:
6
- metadata.gz: 954ec31ce386e1a46b3f53a4438fa1d6ea4547377d08d5afa4a0654a5926aacbcac4280dfd0dc375ac03269b459e4e3707c9b5f84531a1371d34c28cc7e66456
7
- data.tar.gz: 68278245f3c0b612ce32908f0bfb7cc9099739cf374f58e9dc37c322d011d46ddb05c2e6dc619ea0bd44179ddf0c91f96b428a275e6c15b384691c70036d01f7
6
+ metadata.gz: 9ce227d27c927ca2bd151a4fead80bad3144be2b97023681360de38c239686c8cf5eaea539b50e7f8803a6ab3ad444f4c602f26fe0f9addf868bc2682313429d
7
+ data.tar.gz: d4800720b75e81c45d42cc0fbcd482d38ac757ec78d3848efb195c52da32282cc7962c0f9f71791f8038b15bce03ff8679e3b5dab38fe0eee2042fd710abc796
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -272,58 +272,6 @@ module TencentCloud
272
272
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
273
273
  end
274
274
 
275
- # 已提供新接口并推动切换,改切口目前白名单限制所有访问,申请下线
276
-
277
- # 【该接口已下线,请使用升级版本DescribeAgentDealsByCache】代理商拉取缓存的全量客户订单
278
-
279
- # @param request: Request instance for DescribeAgentDealsCache.
280
- # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentDealsCacheRequest`
281
- # @rtype: :class:`Tencentcloud::partners::V20180321::DescribeAgentDealsCacheResponse`
282
- def DescribeAgentDealsCache(request)
283
- body = send_request('DescribeAgentDealsCache', request.serialize)
284
- response = JSON.parse(body)
285
- if response['Response'].key?('Error') == false
286
- model = DescribeAgentDealsCacheResponse.new
287
- model.deserialize(response['Response'])
288
- model
289
- else
290
- code = response['Response']['Error']['Code']
291
- message = response['Response']['Error']['Message']
292
- reqid = response['Response']['RequestId']
293
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
294
- end
295
- rescue TencentCloud::Common::TencentCloudSDKException => e
296
- raise e
297
- rescue StandardError => e
298
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
299
- end
300
-
301
- # 已提供新接口并推动切换,改切口目前白名单限制所有访问,申请下线
302
-
303
- # 【该接口已下线,请切换使用升级版本DescribeAgentPayDealsV2】可以查询代理商代付的所有订单
304
-
305
- # @param request: Request instance for DescribeAgentPayDeals.
306
- # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentPayDealsRequest`
307
- # @rtype: :class:`Tencentcloud::partners::V20180321::DescribeAgentPayDealsResponse`
308
- def DescribeAgentPayDeals(request)
309
- body = send_request('DescribeAgentPayDeals', request.serialize)
310
- response = JSON.parse(body)
311
- if response['Response'].key?('Error') == false
312
- model = DescribeAgentPayDealsResponse.new
313
- model.deserialize(response['Response'])
314
- model
315
- else
316
- code = response['Response']['Error']['Code']
317
- message = response['Response']['Error']['Message']
318
- reqid = response['Response']['RequestId']
319
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
320
- end
321
- rescue TencentCloud::Common::TencentCloudSDKException => e
322
- raise e
323
- rescue StandardError => e
324
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
325
- end
326
-
327
275
  # 可以查询代理商代付的预付费订单
328
276
 
329
277
  # @param request: Request instance for DescribeAgentPayDealsV2.
@@ -348,32 +296,6 @@ module TencentCloud
348
296
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
349
297
  end
350
298
 
351
- # 已提供新接口并推动切换,改切口目前白名单限制所有访问,申请下线
352
-
353
- # 【该接口已下线,请切换使用升级版本DescribeAgentSelfPayDealsV2】可以查询代理商下指定客户的自付订单
354
-
355
- # @param request: Request instance for DescribeAgentSelfPayDeals.
356
- # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentSelfPayDealsRequest`
357
- # @rtype: :class:`Tencentcloud::partners::V20180321::DescribeAgentSelfPayDealsResponse`
358
- def DescribeAgentSelfPayDeals(request)
359
- body = send_request('DescribeAgentSelfPayDeals', request.serialize)
360
- response = JSON.parse(body)
361
- if response['Response'].key?('Error') == false
362
- model = DescribeAgentSelfPayDealsResponse.new
363
- model.deserialize(response['Response'])
364
- model
365
- else
366
- code = response['Response']['Error']['Code']
367
- message = response['Response']['Error']['Message']
368
- reqid = response['Response']['RequestId']
369
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
370
- end
371
- rescue TencentCloud::Common::TencentCloudSDKException => e
372
- raise e
373
- rescue StandardError => e
374
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
375
- end
376
-
377
299
  # 查询代理商名下指定代客的自付订单(预付费)
378
300
 
379
301
  # @param request: Request instance for DescribeAgentSelfPayDealsV2.
@@ -398,32 +320,6 @@ module TencentCloud
398
320
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
399
321
  end
400
322
 
401
- # 已提供新接口并推进切换,白名单禁用控制访问观察后无反馈,可以下线
402
-
403
- # 【该接口将逐步下线,请切换使用升级版本DescribeClientBalanceNew】为合作伙伴提供查询客户余额能力。调用者必须是合作伙伴,只能查询自己名下客户余额.
404
-
405
- # @param request: Request instance for DescribeClientBalance.
406
- # @type request: :class:`Tencentcloud::partners::V20180321::DescribeClientBalanceRequest`
407
- # @rtype: :class:`Tencentcloud::partners::V20180321::DescribeClientBalanceResponse`
408
- def DescribeClientBalance(request)
409
- body = send_request('DescribeClientBalance', request.serialize)
410
- response = JSON.parse(body)
411
- if response['Response'].key?('Error') == false
412
- model = DescribeClientBalanceResponse.new
413
- model.deserialize(response['Response'])
414
- model
415
- else
416
- code = response['Response']['Error']['Code']
417
- message = response['Response']['Error']['Message']
418
- reqid = response['Response']['RequestId']
419
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
420
- end
421
- rescue TencentCloud::Common::TencentCloudSDKException => e
422
- raise e
423
- rescue StandardError => e
424
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
425
- end
426
-
427
323
  # 为合作伙伴提供查询客户余额能力。调用者必须是合作伙伴,只能查询自己名下客户余额
428
324
 
429
325
  # @param request: Request instance for DescribeClientBalanceNew.
@@ -56,7 +56,7 @@ module TencentCloud
56
56
  # @type Mail: String
57
57
 
58
58
  attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail
59
-
59
+
60
60
  def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil)
61
61
  @Uin = uin
62
62
  @ClientUin = clientuin
@@ -129,7 +129,7 @@ module TencentCloud
129
129
  # @type ActivityId: String
130
130
 
131
131
  attr_accessor :Uin, :OrderId, :ClientUin, :ClientRemark, :PayTime, :GoodsType, :PayMode, :SettleMonth, :Amt, :PayerMode, :ClientType, :ProjectType, :ActivityId
132
-
132
+
133
133
  def initialize(uin=nil, orderid=nil, clientuin=nil, clientremark=nil, paytime=nil, goodstype=nil, paymode=nil, settlemonth=nil, amt=nil, payermode=nil, clienttype=nil, projecttype=nil, activityid=nil)
134
134
  @Uin = uin
135
135
  @OrderId = orderid
@@ -192,7 +192,7 @@ module TencentCloud
192
192
  # @type ClientName: String
193
193
 
194
194
  attr_accessor :Uin, :ClientUin, :ApplyTime, :ClientFlag, :Mail, :Phone, :HasOverdueBill, :Status, :SalesUin, :SalesName, :ClientName
195
-
195
+
196
196
  def initialize(uin=nil, clientuin=nil, applytime=nil, clientflag=nil, mail=nil, phone=nil, hasoverduebill=nil, status=nil, salesuin=nil, salesname=nil, clientname=nil)
197
197
  @Uin = uin
198
198
  @ClientUin = clientuin
@@ -222,164 +222,6 @@ module TencentCloud
222
222
  end
223
223
  end
224
224
 
225
- # 描述代理商代付的订单信息
226
- class AgentDealElem < TencentCloud::Common::AbstractModel
227
- # @param DealId: 订单自增 ID【请勿依赖该字段作为唯一标识】
228
- # @type DealId: String
229
- # @param DealName: 订单号【订单唯一键】
230
- # @type DealName: String
231
- # @param GoodsCategoryId: 商品类型 ID
232
- # @type GoodsCategoryId: String
233
- # @param OwnerUin: 订单所有者
234
- # @type OwnerUin: String
235
- # @param AppId: 订单所有者对应 appId
236
- # 注意:此字段可能返回 null,表示取不到有效值。
237
- # @type AppId: String
238
- # @param GoodsNum: 商品数量
239
- # 注意:此字段可能返回 null,表示取不到有效值。
240
- # @type GoodsNum: String
241
- # @param GoodsPrice: 价格详情
242
- # 注意:此字段可能返回 null,表示取不到有效值。
243
- # @type GoodsPrice: :class:`Tencentcloud::Partners.v20180321.models.DealGoodsPriceElem`
244
- # @param Creater: 下单人
245
- # 注意:此字段可能返回 null,表示取不到有效值。
246
- # @type Creater: String
247
- # @param CreatTime: 下单时间
248
- # 注意:此字段可能返回 null,表示取不到有效值。
249
- # @type CreatTime: String
250
- # @param PayEndTime: 支付结束时间
251
- # 注意:此字段可能返回 null,表示取不到有效值。
252
- # @type PayEndTime: String
253
- # @param BillId: 扣费流水号
254
- # 注意:此字段可能返回 null,表示取不到有效值。
255
- # @type BillId: String
256
- # @param Payer: 支付人
257
- # 注意:此字段可能返回 null,表示取不到有效值。
258
- # @type Payer: String
259
- # @param DealStatus: 订单状态,中文描述
260
- # 注意:此字段可能返回 null,表示取不到有效值。
261
- # @type DealStatus: String
262
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
263
- # 注意:此字段可能返回 null,表示取不到有效值。
264
- # @type Status: String
265
- # @param GoodsName: 产品名称
266
- # 注意:此字段可能返回 null,表示取不到有效值。
267
- # @type GoodsName: String
268
- # @param ClientRemark: 客户备注
269
- # 注意:此字段可能返回 null,表示取不到有效值。
270
- # @type ClientRemark: String
271
- # @param ActionType: 订单操作类型,purchase(新购),renew(续费),modify(配置变更)
272
- # 注意:此字段可能返回 null,表示取不到有效值。
273
- # @type ActionType: String
274
- # @param VoucherDecline: 代金券抵扣金额,单位分
275
- # 注意:此字段可能返回 null,表示取不到有效值。
276
- # @type VoucherDecline: String
277
- # @param BigDealId: 大订单号
278
- # 注意:此字段可能返回 null,表示取不到有效值。
279
- # @type BigDealId: String
280
- # @param ClientType: 客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机))
281
- # 注意:此字段可能返回 null,表示取不到有效值。
282
- # @type ClientType: String
283
- # @param ProjectType: 项目类型(self:自拓;repeat:直销;platform:官网合作)
284
- # 注意:此字段可能返回 null,表示取不到有效值。
285
- # @type ProjectType: String
286
- # @param SalesUin: 业务员账号ID
287
- # 注意:此字段可能返回 null,表示取不到有效值。
288
- # @type SalesUin: String
289
- # @param PayerMode: 支付方式,0:自付;1:代付
290
- # 注意:此字段可能返回 null,表示取不到有效值。
291
- # @type PayerMode: String
292
- # @param ActivityId: 活动ID
293
- # 注意:此字段可能返回 null,表示取不到有效值。
294
- # @type ActivityId: String
295
- # @param OverdueTime: 订单过期时间
296
- # 注意:此字段可能返回 null,表示取不到有效值。
297
- # @type OverdueTime: String
298
- # @param ProductInfo: 产品详情
299
- # 注意:此字段可能返回 null,表示取不到有效值。
300
- # @type ProductInfo: Array
301
- # @param PaymentMethod: 付款方式
302
- # 注意:此字段可能返回 null,表示取不到有效值。
303
- # @type PaymentMethod: String
304
- # @param UpdateTime: 订单更新时间
305
- # 注意:此字段可能返回 null,表示取不到有效值。
306
- # @type UpdateTime: String
307
-
308
- 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
309
-
310
- 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)
311
- @DealId = dealid
312
- @DealName = dealname
313
- @GoodsCategoryId = goodscategoryid
314
- @OwnerUin = owneruin
315
- @AppId = appid
316
- @GoodsNum = goodsnum
317
- @GoodsPrice = goodsprice
318
- @Creater = creater
319
- @CreatTime = creattime
320
- @PayEndTime = payendtime
321
- @BillId = billid
322
- @Payer = payer
323
- @DealStatus = dealstatus
324
- @Status = status
325
- @GoodsName = goodsname
326
- @ClientRemark = clientremark
327
- @ActionType = actiontype
328
- @VoucherDecline = voucherdecline
329
- @BigDealId = bigdealid
330
- @ClientType = clienttype
331
- @ProjectType = projecttype
332
- @SalesUin = salesuin
333
- @PayerMode = payermode
334
- @ActivityId = activityid
335
- @OverdueTime = overduetime
336
- @ProductInfo = productinfo
337
- @PaymentMethod = paymentmethod
338
- @UpdateTime = updatetime
339
- end
340
-
341
- def deserialize(params)
342
- @DealId = params['DealId']
343
- @DealName = params['DealName']
344
- @GoodsCategoryId = params['GoodsCategoryId']
345
- @OwnerUin = params['OwnerUin']
346
- @AppId = params['AppId']
347
- @GoodsNum = params['GoodsNum']
348
- unless params['GoodsPrice'].nil?
349
- @GoodsPrice = DealGoodsPriceElem.new
350
- @GoodsPrice.deserialize(params['GoodsPrice'])
351
- end
352
- @Creater = params['Creater']
353
- @CreatTime = params['CreatTime']
354
- @PayEndTime = params['PayEndTime']
355
- @BillId = params['BillId']
356
- @Payer = params['Payer']
357
- @DealStatus = params['DealStatus']
358
- @Status = params['Status']
359
- @GoodsName = params['GoodsName']
360
- @ClientRemark = params['ClientRemark']
361
- @ActionType = params['ActionType']
362
- @VoucherDecline = params['VoucherDecline']
363
- @BigDealId = params['BigDealId']
364
- @ClientType = params['ClientType']
365
- @ProjectType = params['ProjectType']
366
- @SalesUin = params['SalesUin']
367
- @PayerMode = params['PayerMode']
368
- @ActivityId = params['ActivityId']
369
- @OverdueTime = params['OverdueTime']
370
- unless params['ProductInfo'].nil?
371
- @ProductInfo = []
372
- params['ProductInfo'].each do |i|
373
- productinfoelem_tmp = ProductInfoElem.new
374
- productinfoelem_tmp.deserialize(i)
375
- @ProductInfo << productinfoelem_tmp
376
- end
377
- end
378
- @PaymentMethod = params['PaymentMethod']
379
- @UpdateTime = params['UpdateTime']
380
- end
381
- end
382
-
383
225
  # 描述代理商代付的订单信息
384
226
  class AgentDealNewElem < TencentCloud::Common::AbstractModel
385
227
  # @param DealId: 订单自增 ID【请勿依赖该字段作为唯一标识】
@@ -464,7 +306,7 @@ module TencentCloud
464
306
  # @type UpdateTime: String
465
307
 
466
308
  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
467
-
309
+
468
310
  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)
469
311
  @DealId = dealid
470
312
  @DealName = dealname
@@ -548,7 +390,7 @@ module TencentCloud
548
390
  # @type DealNames: Array
549
391
 
550
392
  attr_accessor :OwnerUin, :AgentPay, :DealNames
551
-
393
+
552
394
  def initialize(owneruin=nil, agentpay=nil, dealnames=nil)
553
395
  @OwnerUin = owneruin
554
396
  @AgentPay = agentpay
@@ -568,7 +410,7 @@ module TencentCloud
568
410
  # @type RequestId: String
569
411
 
570
412
  attr_accessor :RequestId
571
-
413
+
572
414
  def initialize(requestid=nil)
573
415
  @RequestId = requestid
574
416
  end
@@ -590,7 +432,7 @@ module TencentCloud
590
432
  # @type CreateTime: String
591
433
 
592
434
  attr_accessor :Uin, :SalesUin, :SalesName, :CreateTime
593
-
435
+
594
436
  def initialize(uin=nil, salesuin=nil, salesname=nil, createtime=nil)
595
437
  @Uin = uin
596
438
  @SalesUin = salesuin
@@ -614,7 +456,7 @@ module TencentCloud
614
456
  # @type Amount: Integer
615
457
 
616
458
  attr_accessor :ClientUin, :Amount
617
-
459
+
618
460
  def initialize(clientuin=nil, amount=nil)
619
461
  @ClientUin = clientuin
620
462
  @Amount = amount
@@ -632,7 +474,7 @@ module TencentCloud
632
474
  # @type RequestId: String
633
475
 
634
476
  attr_accessor :RequestId
635
-
477
+
636
478
  def initialize(requestid=nil)
637
479
  @RequestId = requestid
638
480
  end
@@ -654,7 +496,7 @@ module TencentCloud
654
496
  # @type AssignActionType: String
655
497
 
656
498
  attr_accessor :ClientUins, :SalesUin, :AssignClientStatus, :AssignActionType
657
-
499
+
658
500
  def initialize(clientuins=nil, salesuin=nil, assignclientstatus=nil, assignactiontype=nil)
659
501
  @ClientUins = clientuins
660
502
  @SalesUin = salesuin
@@ -682,7 +524,7 @@ module TencentCloud
682
524
  # @type RequestId: String
683
525
 
684
526
  attr_accessor :SucceedUins, :FailedUins, :RequestId
685
-
527
+
686
528
  def initialize(succeeduins=nil, faileduins=nil, requestid=nil)
687
529
  @SucceedUins = succeeduins
688
530
  @FailedUins = faileduins
@@ -706,7 +548,7 @@ module TencentCloud
706
548
  # @type Note: String
707
549
 
708
550
  attr_accessor :ClientUin, :AuditResult, :Note
709
-
551
+
710
552
  def initialize(clientuin=nil, auditresult=nil, note=nil)
711
553
  @ClientUin = clientuin
712
554
  @AuditResult = auditresult
@@ -735,7 +577,7 @@ module TencentCloud
735
577
  # @type RequestId: String
736
578
 
737
579
  attr_accessor :Uin, :ClientUin, :AuditResult, :AgentTime, :RequestId
738
-
580
+
739
581
  def initialize(uin=nil, clientuin=nil, auditresult=nil, agenttime=nil, requestid=nil)
740
582
  @Uin = uin
741
583
  @ClientUin = clientuin
@@ -759,7 +601,7 @@ module TencentCloud
759
601
  # @type ClientUin: String
760
602
 
761
603
  attr_accessor :ClientUin
762
-
604
+
763
605
  def initialize(clientuin=nil)
764
606
  @ClientUin = clientuin
765
607
  end
@@ -775,7 +617,7 @@ module TencentCloud
775
617
  # @type RequestId: String
776
618
 
777
619
  attr_accessor :RequestId
778
-
620
+
779
621
  def initialize(requestid=nil)
780
622
  @RequestId = requestid
781
623
  end
@@ -785,26 +627,6 @@ module TencentCloud
785
627
  end
786
628
  end
787
629
 
788
- # 订单价格详情
789
- class DealGoodsPriceElem < TencentCloud::Common::AbstractModel
790
- # @param RealTotalCost: 实付金额(单位:分)
791
- # @type RealTotalCost: Integer
792
- # @param OriginalTotalCost: 订单实际金额(不含折扣,单位:分)
793
- # @type OriginalTotalCost: Integer
794
-
795
- attr_accessor :RealTotalCost, :OriginalTotalCost
796
-
797
- def initialize(realtotalcost=nil, originaltotalcost=nil)
798
- @RealTotalCost = realtotalcost
799
- @OriginalTotalCost = originaltotalcost
800
- end
801
-
802
- def deserialize(params)
803
- @RealTotalCost = params['RealTotalCost']
804
- @OriginalTotalCost = params['OriginalTotalCost']
805
- end
806
- end
807
-
808
630
  # 订单价格详情
809
631
  class DealGoodsPriceNewElem < TencentCloud::Common::AbstractModel
810
632
  # @param RealTotalCost: 实付金额(单位:分)
@@ -813,7 +635,7 @@ module TencentCloud
813
635
  # @type OriginalTotalCost: Integer
814
636
 
815
637
  attr_accessor :RealTotalCost, :OriginalTotalCost
816
-
638
+
817
639
  def initialize(realtotalcost=nil, originaltotalcost=nil)
818
640
  @RealTotalCost = realtotalcost
819
641
  @OriginalTotalCost = originaltotalcost
@@ -855,7 +677,7 @@ module TencentCloud
855
677
  # @type SalesName: String
856
678
 
857
679
  attr_accessor :ClientUin, :ClientName, :ClientFlag, :OrderDirection, :ClientUins, :HasOverdueBill, :ClientRemark, :Offset, :Limit, :ClientType, :ProjectType, :SalesUin, :SalesName
858
-
680
+
859
681
  def initialize(clientuin=nil, clientname=nil, clientflag=nil, orderdirection=nil, clientuins=nil, hasoverduebill=nil, clientremark=nil, offset=nil, limit=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil)
860
682
  @ClientUin = clientuin
861
683
  @ClientName = clientname
@@ -899,7 +721,7 @@ module TencentCloud
899
721
  # @type RequestId: String
900
722
 
901
723
  attr_accessor :AgentClientSet, :TotalCount, :RequestId
902
-
724
+
903
725
  def initialize(agentclientset=nil, totalcount=nil, requestid=nil)
904
726
  @AgentClientSet = agentclientset
905
727
  @TotalCount = totalcount
@@ -938,7 +760,7 @@ module TencentCloud
938
760
  # @type Limit: Integer
939
761
 
940
762
  attr_accessor :SettleMonth, :ClientUin, :PayMode, :OrderId, :ClientRemark, :Offset, :Limit
941
-
763
+
942
764
  def initialize(settlemonth=nil, clientuin=nil, paymode=nil, orderid=nil, clientremark=nil, offset=nil, limit=nil)
943
765
  @SettleMonth = settlemonth
944
766
  @ClientUin = clientuin
@@ -970,7 +792,7 @@ module TencentCloud
970
792
  # @type RequestId: String
971
793
 
972
794
  attr_accessor :TotalCount, :AgentBillSet, :RequestId
973
-
795
+
974
796
  def initialize(totalcount=nil, agentbillset=nil, requestid=nil)
975
797
  @TotalCount = totalcount
976
798
  @AgentBillSet = agentbillset
@@ -997,7 +819,7 @@ module TencentCloud
997
819
  # @type ClientUin: String
998
820
 
999
821
  attr_accessor :ClientUin
1000
-
822
+
1001
823
  def initialize(clientuin=nil)
1002
824
  @ClientUin = clientuin
1003
825
  end
@@ -1021,7 +843,7 @@ module TencentCloud
1021
843
  # @type RequestId: String
1022
844
 
1023
845
  attr_accessor :AuditStatus, :AuthState, :ClientGrade, :ClientType, :RequestId
1024
-
846
+
1025
847
  def initialize(auditstatus=nil, authstate=nil, clientgrade=nil, clienttype=nil, requestid=nil)
1026
848
  @AuditStatus = auditstatus
1027
849
  @AuthState = authstate
@@ -1059,7 +881,7 @@ module TencentCloud
1059
881
  # @type SalesName: String
1060
882
 
1061
883
  attr_accessor :ClientUin, :ClientName, :ClientFlag, :OrderDirection, :Offset, :Limit, :SalesUin, :SalesName
1062
-
884
+
1063
885
  def initialize(clientuin=nil, clientname=nil, clientflag=nil, orderdirection=nil, offset=nil, limit=nil, salesuin=nil, salesname=nil)
1064
886
  @ClientUin = clientuin
1065
887
  @ClientName = clientname
@@ -1093,7 +915,7 @@ module TencentCloud
1093
915
  # @type RequestId: String
1094
916
 
1095
917
  attr_accessor :AgentClientSet, :TotalCount, :RequestId
1096
-
918
+
1097
919
  def initialize(agentclientset=nil, totalcount=nil, requestid=nil)
1098
920
  @AgentClientSet = agentclientset
1099
921
  @TotalCount = totalcount
@@ -1138,7 +960,7 @@ module TencentCloud
1138
960
  # @type PayerMode: Integer
1139
961
 
1140
962
  attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds, :PayerMode
1141
-
963
+
1142
964
  def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, bigdealids=nil, payermode=nil)
1143
965
  @Offset = offset
1144
966
  @Limit = limit
@@ -1176,7 +998,7 @@ module TencentCloud
1176
998
  # @type RequestId: String
1177
999
 
1178
1000
  attr_accessor :AgentDealSet, :TotalCount, :RequestId
1179
-
1001
+
1180
1002
  def initialize(agentdealset=nil, totalcount=nil, requestid=nil)
1181
1003
  @AgentDealSet = agentdealset
1182
1004
  @TotalCount = totalcount
@@ -1197,160 +1019,6 @@ module TencentCloud
1197
1019
  end
1198
1020
  end
1199
1021
 
1200
- # DescribeAgentDealsCache请求参数结构体
1201
- class DescribeAgentDealsCacheRequest < TencentCloud::Common::AbstractModel
1202
- # @param Offset: 偏移量
1203
- # @type Offset: Integer
1204
- # @param Limit: 限制数目 最大200
1205
- # @type Limit: Integer
1206
- # @param CreatTimeRangeStart: 下单时间范围起始点【请保持时间范围最大90天】
1207
- # @type CreatTimeRangeStart: String
1208
- # @param CreatTimeRangeEnd: 下单时间范围终止点【请保持时间范围最大90天】
1209
- # @type CreatTimeRangeEnd: String
1210
- # @param Order: 0:下单时间降序;其他:下单时间升序
1211
- # @type Order: Integer
1212
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1213
- # @type Status: Integer
1214
- # @param OwnerUins: 下单人账号ID列表
1215
- # @type OwnerUins: Array
1216
- # @param DealNames: 订单号列表
1217
- # @type DealNames: Array
1218
- # @param PayerMode: 支付方式,0:自付;1:代付
1219
- # @type PayerMode: Integer
1220
-
1221
- attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :PayerMode
1222
-
1223
- def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, payermode=nil)
1224
- @Offset = offset
1225
- @Limit = limit
1226
- @CreatTimeRangeStart = creattimerangestart
1227
- @CreatTimeRangeEnd = creattimerangeend
1228
- @Order = order
1229
- @Status = status
1230
- @OwnerUins = owneruins
1231
- @DealNames = dealnames
1232
- @PayerMode = payermode
1233
- end
1234
-
1235
- def deserialize(params)
1236
- @Offset = params['Offset']
1237
- @Limit = params['Limit']
1238
- @CreatTimeRangeStart = params['CreatTimeRangeStart']
1239
- @CreatTimeRangeEnd = params['CreatTimeRangeEnd']
1240
- @Order = params['Order']
1241
- @Status = params['Status']
1242
- @OwnerUins = params['OwnerUins']
1243
- @DealNames = params['DealNames']
1244
- @PayerMode = params['PayerMode']
1245
- end
1246
- end
1247
-
1248
- # DescribeAgentDealsCache返回参数结构体
1249
- class DescribeAgentDealsCacheResponse < TencentCloud::Common::AbstractModel
1250
- # @param AgentDealSet: 订单数组
1251
- # @type AgentDealSet: Array
1252
- # @param TotalCount: 符合条件的订单总数量
1253
- # @type TotalCount: Integer
1254
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1255
- # @type RequestId: String
1256
-
1257
- attr_accessor :AgentDealSet, :TotalCount, :RequestId
1258
-
1259
- def initialize(agentdealset=nil, totalcount=nil, requestid=nil)
1260
- @AgentDealSet = agentdealset
1261
- @TotalCount = totalcount
1262
- @RequestId = requestid
1263
- end
1264
-
1265
- def deserialize(params)
1266
- unless params['AgentDealSet'].nil?
1267
- @AgentDealSet = []
1268
- params['AgentDealSet'].each do |i|
1269
- agentdealelem_tmp = AgentDealElem.new
1270
- agentdealelem_tmp.deserialize(i)
1271
- @AgentDealSet << agentdealelem_tmp
1272
- end
1273
- end
1274
- @TotalCount = params['TotalCount']
1275
- @RequestId = params['RequestId']
1276
- end
1277
- end
1278
-
1279
- # DescribeAgentPayDeals请求参数结构体
1280
- class DescribeAgentPayDealsRequest < TencentCloud::Common::AbstractModel
1281
- # @param Offset: 偏移量
1282
- # @type Offset: Integer
1283
- # @param Limit: 限制数目 最大100
1284
- # @type Limit: Integer
1285
- # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
1286
- # @type CreatTimeRangeStart: String
1287
- # @param CreatTimeRangeEnd: 下单时间范围终止点
1288
- # @type CreatTimeRangeEnd: String
1289
- # @param Order: 0:下单时间降序;其他:下单时间升序
1290
- # @type Order: Integer
1291
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1292
- # @type Status: Integer
1293
- # @param OwnerUins: 下单人账号ID列表
1294
- # @type OwnerUins: Array
1295
- # @param DealNames: 订单号列表
1296
- # @type DealNames: Array
1297
-
1298
- attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames
1299
-
1300
- def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil)
1301
- @Offset = offset
1302
- @Limit = limit
1303
- @CreatTimeRangeStart = creattimerangestart
1304
- @CreatTimeRangeEnd = creattimerangeend
1305
- @Order = order
1306
- @Status = status
1307
- @OwnerUins = owneruins
1308
- @DealNames = dealnames
1309
- end
1310
-
1311
- def deserialize(params)
1312
- @Offset = params['Offset']
1313
- @Limit = params['Limit']
1314
- @CreatTimeRangeStart = params['CreatTimeRangeStart']
1315
- @CreatTimeRangeEnd = params['CreatTimeRangeEnd']
1316
- @Order = params['Order']
1317
- @Status = params['Status']
1318
- @OwnerUins = params['OwnerUins']
1319
- @DealNames = params['DealNames']
1320
- end
1321
- end
1322
-
1323
- # DescribeAgentPayDeals返回参数结构体
1324
- class DescribeAgentPayDealsResponse < TencentCloud::Common::AbstractModel
1325
- # @param AgentPayDealSet: 订单数组
1326
- # @type AgentPayDealSet: Array
1327
- # @param TotalCount: 符合条件的订单总数量
1328
- # @type TotalCount: Integer
1329
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1330
- # @type RequestId: String
1331
-
1332
- attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
1333
-
1334
- def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
1335
- @AgentPayDealSet = agentpaydealset
1336
- @TotalCount = totalcount
1337
- @RequestId = requestid
1338
- end
1339
-
1340
- def deserialize(params)
1341
- unless params['AgentPayDealSet'].nil?
1342
- @AgentPayDealSet = []
1343
- params['AgentPayDealSet'].each do |i|
1344
- agentdealelem_tmp = AgentDealElem.new
1345
- agentdealelem_tmp.deserialize(i)
1346
- @AgentPayDealSet << agentdealelem_tmp
1347
- end
1348
- end
1349
- @TotalCount = params['TotalCount']
1350
- @RequestId = params['RequestId']
1351
- end
1352
- end
1353
-
1354
1022
  # DescribeAgentPayDealsV2请求参数结构体
1355
1023
  class DescribeAgentPayDealsV2Request < TencentCloud::Common::AbstractModel
1356
1024
  # @param Offset: 偏移量
@@ -1373,7 +1041,7 @@ module TencentCloud
1373
1041
  # @type BigDealIds: Array
1374
1042
 
1375
1043
  attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds
1376
-
1044
+
1377
1045
  def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, bigdealids=nil)
1378
1046
  @Offset = offset
1379
1047
  @Limit = limit
@@ -1409,7 +1077,7 @@ module TencentCloud
1409
1077
  # @type RequestId: String
1410
1078
 
1411
1079
  attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
1412
-
1080
+
1413
1081
  def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
1414
1082
  @AgentPayDealSet = agentpaydealset
1415
1083
  @TotalCount = totalcount
@@ -1430,81 +1098,6 @@ module TencentCloud
1430
1098
  end
1431
1099
  end
1432
1100
 
1433
- # DescribeAgentSelfPayDeals请求参数结构体
1434
- class DescribeAgentSelfPayDealsRequest < TencentCloud::Common::AbstractModel
1435
- # @param OwnerUin: 下单人账号ID
1436
- # @type OwnerUin: String
1437
- # @param Offset: 偏移量
1438
- # @type Offset: Integer
1439
- # @param Limit: 限制数目 最大100
1440
- # @type Limit: Integer
1441
- # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
1442
- # @type CreatTimeRangeStart: String
1443
- # @param CreatTimeRangeEnd: 下单时间范围终止点
1444
- # @type CreatTimeRangeEnd: String
1445
- # @param Order: 0:下单时间降序;其他:下单时间升序
1446
- # @type Order: Integer
1447
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1448
- # @type Status: Integer
1449
- # @param DealNames: 订单号列表
1450
- # @type DealNames: Array
1451
-
1452
- attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames
1453
-
1454
- def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil)
1455
- @OwnerUin = owneruin
1456
- @Offset = offset
1457
- @Limit = limit
1458
- @CreatTimeRangeStart = creattimerangestart
1459
- @CreatTimeRangeEnd = creattimerangeend
1460
- @Order = order
1461
- @Status = status
1462
- @DealNames = dealnames
1463
- end
1464
-
1465
- def deserialize(params)
1466
- @OwnerUin = params['OwnerUin']
1467
- @Offset = params['Offset']
1468
- @Limit = params['Limit']
1469
- @CreatTimeRangeStart = params['CreatTimeRangeStart']
1470
- @CreatTimeRangeEnd = params['CreatTimeRangeEnd']
1471
- @Order = params['Order']
1472
- @Status = params['Status']
1473
- @DealNames = params['DealNames']
1474
- end
1475
- end
1476
-
1477
- # DescribeAgentSelfPayDeals返回参数结构体
1478
- class DescribeAgentSelfPayDealsResponse < TencentCloud::Common::AbstractModel
1479
- # @param AgentPayDealSet: 订单数组
1480
- # @type AgentPayDealSet: Array
1481
- # @param TotalCount: 符合条件的订单总数量
1482
- # @type TotalCount: Integer
1483
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1484
- # @type RequestId: String
1485
-
1486
- attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
1487
-
1488
- def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
1489
- @AgentPayDealSet = agentpaydealset
1490
- @TotalCount = totalcount
1491
- @RequestId = requestid
1492
- end
1493
-
1494
- def deserialize(params)
1495
- unless params['AgentPayDealSet'].nil?
1496
- @AgentPayDealSet = []
1497
- params['AgentPayDealSet'].each do |i|
1498
- agentdealelem_tmp = AgentDealElem.new
1499
- agentdealelem_tmp.deserialize(i)
1500
- @AgentPayDealSet << agentdealelem_tmp
1501
- end
1502
- end
1503
- @TotalCount = params['TotalCount']
1504
- @RequestId = params['RequestId']
1505
- end
1506
- end
1507
-
1508
1101
  # DescribeAgentSelfPayDealsV2请求参数结构体
1509
1102
  class DescribeAgentSelfPayDealsV2Request < TencentCloud::Common::AbstractModel
1510
1103
  # @param OwnerUin: 下单人账号ID
@@ -1527,7 +1120,7 @@ module TencentCloud
1527
1120
  # @type BigDealIds: Array
1528
1121
 
1529
1122
  attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames, :BigDealIds
1530
-
1123
+
1531
1124
  def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil, bigdealids=nil)
1532
1125
  @OwnerUin = owneruin
1533
1126
  @Offset = offset
@@ -1563,7 +1156,7 @@ module TencentCloud
1563
1156
  # @type RequestId: String
1564
1157
 
1565
1158
  attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
1566
-
1159
+
1567
1160
  def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
1568
1161
  @AgentPayDealSet = agentpaydealset
1569
1162
  @TotalCount = totalcount
@@ -1590,7 +1183,7 @@ module TencentCloud
1590
1183
  # @type ClientUin: String
1591
1184
 
1592
1185
  attr_accessor :ClientUin
1593
-
1186
+
1594
1187
  def initialize(clientuin=nil)
1595
1188
  @ClientUin = clientuin
1596
1189
  end
@@ -1610,47 +1203,7 @@ module TencentCloud
1610
1203
  # @type RequestId: String
1611
1204
 
1612
1205
  attr_accessor :Balance, :Cash, :RequestId
1613
-
1614
- def initialize(balance=nil, cash=nil, requestid=nil)
1615
- @Balance = balance
1616
- @Cash = cash
1617
- @RequestId = requestid
1618
- end
1619
-
1620
- def deserialize(params)
1621
- @Balance = params['Balance']
1622
- @Cash = params['Cash']
1623
- @RequestId = params['RequestId']
1624
- end
1625
- end
1626
-
1627
- # DescribeClientBalance请求参数结构体
1628
- class DescribeClientBalanceRequest < TencentCloud::Common::AbstractModel
1629
- # @param ClientUin: 客户(代客)账号ID
1630
- # @type ClientUin: String
1631
1206
 
1632
- attr_accessor :ClientUin
1633
-
1634
- def initialize(clientuin=nil)
1635
- @ClientUin = clientuin
1636
- end
1637
-
1638
- def deserialize(params)
1639
- @ClientUin = params['ClientUin']
1640
- end
1641
- end
1642
-
1643
- # DescribeClientBalance返回参数结构体
1644
- class DescribeClientBalanceResponse < TencentCloud::Common::AbstractModel
1645
- # @param Balance: 账户可用余额,单位分 (可用余额 = 现金余额 - 冻结金额) 【注:该数据准确性存疑,请切换至DescribeClientBalanceNew取值】
1646
- # @type Balance: Integer
1647
- # @param Cash: 账户现金余额,单位分
1648
- # @type Cash: Integer
1649
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1650
- # @type RequestId: String
1651
-
1652
- attr_accessor :Balance, :Cash, :RequestId
1653
-
1654
1207
  def initialize(balance=nil, cash=nil, requestid=nil)
1655
1208
  @Balance = balance
1656
1209
  @Cash = cash
@@ -1674,7 +1227,7 @@ module TencentCloud
1674
1227
  # @type Limit: Integer
1675
1228
 
1676
1229
  attr_accessor :RebateMonth, :Offset, :Limit
1677
-
1230
+
1678
1231
  def initialize(rebatemonth=nil, offset=nil, limit=nil)
1679
1232
  @RebateMonth = rebatemonth
1680
1233
  @Offset = offset
@@ -1698,7 +1251,7 @@ module TencentCloud
1698
1251
  # @type RequestId: String
1699
1252
 
1700
1253
  attr_accessor :RebateInfoSet, :TotalCount, :RequestId
1701
-
1254
+
1702
1255
  def initialize(rebateinfoset=nil, totalcount=nil, requestid=nil)
1703
1256
  @RebateInfoSet = rebateinfoset
1704
1257
  @TotalCount = totalcount
@@ -1729,7 +1282,7 @@ module TencentCloud
1729
1282
  # @type Limit: Integer
1730
1283
 
1731
1284
  attr_accessor :RebateMonth, :Offset, :Limit
1732
-
1285
+
1733
1286
  def initialize(rebatemonth=nil, offset=nil, limit=nil)
1734
1287
  @RebateMonth = rebatemonth
1735
1288
  @Offset = offset
@@ -1753,7 +1306,7 @@ module TencentCloud
1753
1306
  # @type RequestId: String
1754
1307
 
1755
1308
  attr_accessor :RebateInfoSet, :TotalCount, :RequestId
1756
-
1309
+
1757
1310
  def initialize(rebateinfoset=nil, totalcount=nil, requestid=nil)
1758
1311
  @RebateInfoSet = rebateinfoset
1759
1312
  @TotalCount = totalcount
@@ -1788,7 +1341,7 @@ module TencentCloud
1788
1341
  # @type OrderDirection: String
1789
1342
 
1790
1343
  attr_accessor :Offset, :Limit, :SalesName, :SalesUin, :OrderDirection
1791
-
1344
+
1792
1345
  def initialize(offset=nil, limit=nil, salesname=nil, salesuin=nil, orderdirection=nil)
1793
1346
  @Offset = offset
1794
1347
  @Limit = limit
@@ -1816,7 +1369,7 @@ module TencentCloud
1816
1369
  # @type RequestId: String
1817
1370
 
1818
1371
  attr_accessor :AgentSalesmanSet, :TotalCount, :RequestId
1819
-
1372
+
1820
1373
  def initialize(agentsalesmanset=nil, totalcount=nil, requestid=nil)
1821
1374
  @AgentSalesmanSet = agentsalesmanset
1822
1375
  @TotalCount = totalcount
@@ -1855,7 +1408,7 @@ module TencentCloud
1855
1408
  # @type OrderDirection: String
1856
1409
 
1857
1410
  attr_accessor :Status, :Offset, :Limit, :UnbindUin, :ApplyTimeStart, :ApplyTimeEnd, :OrderDirection
1858
-
1411
+
1859
1412
  def initialize(status=nil, offset=nil, limit=nil, unbinduin=nil, applytimestart=nil, applytimeend=nil, orderdirection=nil)
1860
1413
  @Status = status
1861
1414
  @Offset = offset
@@ -1887,7 +1440,7 @@ module TencentCloud
1887
1440
  # @type RequestId: String
1888
1441
 
1889
1442
  attr_accessor :TotalCount, :UnbindClientList, :RequestId
1890
-
1443
+
1891
1444
  def initialize(totalcount=nil, unbindclientlist=nil, requestid=nil)
1892
1445
  @TotalCount = totalcount
1893
1446
  @UnbindClientList = unbindclientlist
@@ -1916,7 +1469,7 @@ module TencentCloud
1916
1469
  # @type ClientUin: String
1917
1470
 
1918
1471
  attr_accessor :ClientRemark, :ClientUin
1919
-
1472
+
1920
1473
  def initialize(clientremark=nil, clientuin=nil)
1921
1474
  @ClientRemark = clientremark
1922
1475
  @ClientUin = clientuin
@@ -1934,7 +1487,7 @@ module TencentCloud
1934
1487
  # @type RequestId: String
1935
1488
 
1936
1489
  attr_accessor :RequestId
1937
-
1490
+
1938
1491
  def initialize(requestid=nil)
1939
1492
  @RequestId = requestid
1940
1493
  end
@@ -1952,7 +1505,7 @@ module TencentCloud
1952
1505
  # @type Value: String
1953
1506
 
1954
1507
  attr_accessor :Name, :Value
1955
-
1508
+
1956
1509
  def initialize(name=nil, value=nil)
1957
1510
  @Name = name
1958
1511
  @Value = value
@@ -1980,7 +1533,7 @@ module TencentCloud
1980
1533
  # @type ExceptionFlag: String
1981
1534
 
1982
1535
  attr_accessor :Uin, :RebateMonth, :Amt, :MonthSales, :QuarterSales, :ExceptionFlag
1983
-
1536
+
1984
1537
  def initialize(uin=nil, rebatemonth=nil, amt=nil, monthsales=nil, quartersales=nil, exceptionflag=nil)
1985
1538
  @Uin = uin
1986
1539
  @RebateMonth = rebatemonth
@@ -2016,7 +1569,7 @@ module TencentCloud
2016
1569
  # @type ExceptionFlag: String
2017
1570
 
2018
1571
  attr_accessor :Uin, :RebateMonth, :Amt, :MonthSales, :QuarterSales, :ExceptionFlag
2019
-
1572
+
2020
1573
  def initialize(uin=nil, rebatemonth=nil, amt=nil, monthsales=nil, quartersales=nil, exceptionflag=nil)
2021
1574
  @Uin = uin
2022
1575
  @RebateMonth = rebatemonth
@@ -2042,7 +1595,7 @@ module TencentCloud
2042
1595
  # @type ClientUin: String
2043
1596
 
2044
1597
  attr_accessor :ClientUin
2045
-
1598
+
2046
1599
  def initialize(clientuin=nil)
2047
1600
  @ClientUin = clientuin
2048
1601
  end
@@ -2058,7 +1611,7 @@ module TencentCloud
2058
1611
  # @type RequestId: String
2059
1612
 
2060
1613
  attr_accessor :RequestId
2061
-
1614
+
2062
1615
  def initialize(requestid=nil)
2063
1616
  @RequestId = requestid
2064
1617
  end
@@ -2084,7 +1637,7 @@ module TencentCloud
2084
1637
  # @type ActionTime: String
2085
1638
 
2086
1639
  attr_accessor :Uin, :Name, :Status, :ApplyTime, :ActionTime
2087
-
1640
+
2088
1641
  def initialize(uin=nil, name=nil, status=nil, applytime=nil, actiontime=nil)
2089
1642
  @Uin = uin
2090
1643
  @Name = name
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.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common