tencentcloud-sdk-partners 3.0.940 → 3.0.942
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180321/models.rb +7 -46
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8546ac37d0e548d83d86460e0b561f0efd89183d
|
4
|
+
data.tar.gz: b4848fda406d87bf010d9dd11e33fd25e202921a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28678b5883dd46e2ef5bec19484b88f556f1c347bd0f186ff45ccbbd80da5ec08621b2772d3a256df832fbfd645f9cfd83418dadf29914f8735610ccfb9d8490
|
7
|
+
data.tar.gz: 1a52f6d2ce1ffd98e7093e37331e717c3443becb2e80de627496b5358105a830b41027f924765861e664f9d405f1dc774cff729288c50c9616752743655d32c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.942
|
data/lib/v20180321/models.rb
CHANGED
@@ -46,16 +46,12 @@ module TencentCloud
|
|
46
46
|
# @param ProjectType: 项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )/空
|
47
47
|
# @type ProjectType: String
|
48
48
|
# @param SalesUin: 业务员ID
|
49
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
50
49
|
# @type SalesUin: String
|
51
50
|
# @param SalesName: 业务员姓名
|
52
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
53
51
|
# @type SalesName: String
|
54
52
|
# @param Mail: 代客邮箱
|
55
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
56
53
|
# @type Mail: String
|
57
54
|
# @param TransactionType: 交易类型:交易类型 1-原类型 2-代理型 3-代采型
|
58
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
59
55
|
# @type TransactionType: String
|
60
56
|
|
61
57
|
attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail, :TransactionType
|
@@ -124,13 +120,10 @@ module TencentCloud
|
|
124
120
|
# @param PayerMode: agentpay:代付;selfpay:自付
|
125
121
|
# @type PayerMode: String
|
126
122
|
# @param ClientType: 客户类型:可以为new(自拓)/assign(指定)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
|
127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
128
123
|
# @type ClientType: String
|
129
124
|
# @param ProjectType: 项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )/空
|
130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
131
125
|
# @type ProjectType: String
|
132
126
|
# @param ActivityId: 活动ID
|
133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
134
127
|
# @type ActivityId: String
|
135
128
|
|
136
129
|
attr_accessor :Uin, :OrderId, :ClientUin, :ClientRemark, :PayTime, :GoodsType, :PayMode, :SettleMonth, :Amt, :PayerMode, :ClientType, :ProjectType, :ActivityId
|
@@ -176,7 +169,7 @@ module TencentCloud
|
|
176
169
|
# @type ClientUin: String
|
177
170
|
# @param ApplyTime: 代客申请时间戳
|
178
171
|
# @type ApplyTime: Integer
|
179
|
-
# @param ClientFlag: 代客类型,可能值为a/b/c
|
172
|
+
# @param ClientFlag: 代客类型,可能值为a/b/c/other
|
180
173
|
# @type ClientFlag: String
|
181
174
|
# @param Mail: 代客邮箱,打码显示
|
182
175
|
# @type Mail: String
|
@@ -187,13 +180,10 @@ module TencentCloud
|
|
187
180
|
# @param Status: 1:待代理商审核;2:待腾讯云审核4:待腾讯云渠道审批
|
188
181
|
# @type Status: Integer
|
189
182
|
# @param SalesUin: 业务员ID
|
190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
191
183
|
# @type SalesUin: String
|
192
184
|
# @param SalesName: 业务员姓名
|
193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
194
185
|
# @type SalesName: String
|
195
186
|
# @param ClientName: 客户名称,此字段和控制台返回一致。
|
196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
197
187
|
# @type ClientName: String
|
198
188
|
|
199
189
|
attr_accessor :Uin, :ClientUin, :ApplyTime, :ClientFlag, :Mail, :Phone, :HasOverdueBill, :Status, :SalesUin, :SalesName, :ClientName
|
@@ -238,85 +228,58 @@ module TencentCloud
|
|
238
228
|
# @param OwnerUin: 订单所有者
|
239
229
|
# @type OwnerUin: String
|
240
230
|
# @param AppId: 订单所有者对应 appId
|
241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
242
231
|
# @type AppId: String
|
243
232
|
# @param GoodsNum: 商品数量
|
244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
245
233
|
# @type GoodsNum: String
|
246
234
|
# @param GoodsPrice: 价格详情
|
247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
248
235
|
# @type GoodsPrice: :class:`Tencentcloud::Partners.v20180321.models.DealGoodsPriceNewElem`
|
249
236
|
# @param Creater: 下单人
|
250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
251
237
|
# @type Creater: String
|
252
238
|
# @param CreatTime: 下单时间
|
253
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
254
239
|
# @type CreatTime: String
|
255
240
|
# @param PayEndTime: 支付结束时间
|
256
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
257
241
|
# @type PayEndTime: String
|
258
242
|
# @param BillId: 扣费流水号
|
259
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
260
243
|
# @type BillId: String
|
261
244
|
# @param Payer: 支付人
|
262
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
263
245
|
# @type Payer: String
|
264
246
|
# @param DealStatus: 订单状态,中文描述
|
265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
266
247
|
# @type DealStatus: String
|
267
248
|
# @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
|
268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
269
249
|
# @type Status: String
|
270
250
|
# @param GoodsName: 产品名称
|
271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
272
251
|
# @type GoodsName: String
|
273
252
|
# @param ClientRemark: 客户备注
|
274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
275
253
|
# @type ClientRemark: String
|
276
254
|
# @param ActionType: 订单操作类型,"purchase":"新购","upgrade":"升配","upConvertExpire":"升配","downgrade":"降配","downConvertExpire":"降配","renew":"续费","refund":"退货","modifyNetworkMode":"调整带宽模式","modifyNetworkSize":"调整带宽大小","preMoveOut":"资源迁出","preMoveIn":"资源迁入","preToPost":"包年包月转按量","modify":"变配","postMoveOut":"资源迁出","postMoveIn":"资源迁入","recoverRefundForward":"调账补偿","recoverPayReserve":"调账补偿","recoverPayForward":"调账扣费","recoverRefundReserve":"调账扣费"
|
277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
278
255
|
# @type ActionType: String
|
279
256
|
# @param VoucherDecline: 代金券抵扣金额,单位分
|
280
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
281
257
|
# @type VoucherDecline: String
|
282
258
|
# @param BigDealId: 大订单号
|
283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
284
259
|
# @type BigDealId: String
|
285
260
|
# @param ClientType: 客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机))
|
286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
287
261
|
# @type ClientType: String
|
288
262
|
# @param ProjectType: 项目类型(self:自拓;repeat:直销;platform:官网合作)
|
289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
290
263
|
# @type ProjectType: String
|
291
264
|
# @param SalesUin: 业务员账号ID
|
292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
293
265
|
# @type SalesUin: String
|
294
266
|
# @param PayerMode: 支付方式,0:自付;1:代付
|
295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
296
267
|
# @type PayerMode: String
|
297
268
|
# @param ActivityId: 活动ID
|
298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
299
269
|
# @type ActivityId: String
|
300
270
|
# @param OverdueTime: 订单过期时间
|
301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
302
271
|
# @type OverdueTime: String
|
303
272
|
# @param ProductInfo: 产品详情
|
304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
305
273
|
# @type ProductInfo: Array
|
306
274
|
# @param PaymentMethod: 付款方式
|
307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
308
275
|
# @type PaymentMethod: String
|
309
276
|
# @param UpdateTime: 订单更新时间
|
310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
311
277
|
# @type UpdateTime: String
|
312
278
|
# @param ResourceIds: 资源id
|
313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
314
279
|
# @type ResourceIds: Array
|
315
280
|
# @param RefundMap: 退款单的原订单信息。当前仅 DescribeClientDealsByCache 接口会返回该字段
|
316
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
317
281
|
# @type RefundMap: Array
|
318
282
|
# @param SubGoodsName: 子产品名称
|
319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
320
283
|
# @type SubGoodsName: String
|
321
284
|
|
322
285
|
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
|
@@ -542,10 +505,8 @@ module TencentCloud
|
|
542
505
|
# AssignClientsToSales返回参数结构体
|
543
506
|
class AssignClientsToSalesResponse < TencentCloud::Common::AbstractModel
|
544
507
|
# @param SucceedUins: 处理成功的代客uin列表
|
545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
546
508
|
# @type SucceedUins: Array
|
547
509
|
# @param FailedUins: 处理失败的代客uin列表
|
548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
549
510
|
# @type FailedUins: Array
|
550
511
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
551
512
|
# @type RequestId: String
|
@@ -598,7 +559,6 @@ module TencentCloud
|
|
598
559
|
# @param AuditResult: 审核结果,包括accept/reject/qcloudaudit(腾讯云审核)
|
599
560
|
# @type AuditResult: String
|
600
561
|
# @param AgentTime: 关联时间对应的时间戳
|
601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
602
562
|
# @type AgentTime: Integer
|
603
563
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
604
564
|
# @type RequestId: String
|
@@ -1144,7 +1104,6 @@ module TencentCloud
|
|
1144
1104
|
# DescribeAgentRelateBigDealIds返回参数结构体
|
1145
1105
|
class DescribeAgentRelateBigDealIdsResponse < TencentCloud::Common::AbstractModel
|
1146
1106
|
# @param BigDealIdList: 申请合并支付的关联大订单号列表(不包含请求的订单号)
|
1147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1148
1107
|
# @type BigDealIdList: Array
|
1149
1108
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1150
1109
|
# @type RequestId: String
|
@@ -1584,16 +1543,22 @@ module TencentCloud
|
|
1584
1543
|
# 返佣信息定义
|
1585
1544
|
class RebateInfoElem < TencentCloud::Common::AbstractModel
|
1586
1545
|
# @param Uin: 代理商账号ID
|
1546
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1587
1547
|
# @type Uin: String
|
1588
1548
|
# @param RebateMonth: 返佣月份,如2018-02
|
1549
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1589
1550
|
# @type RebateMonth: String
|
1590
1551
|
# @param Amt: 返佣金额,单位分
|
1552
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1591
1553
|
# @type Amt: Integer
|
1592
1554
|
# @param MonthSales: 月度业绩,单位分
|
1555
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1593
1556
|
# @type MonthSales: Integer
|
1594
1557
|
# @param QuarterSales: 季度业绩,单位分
|
1558
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1595
1559
|
# @type QuarterSales: Integer
|
1596
1560
|
# @param ExceptionFlag: NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)
|
1561
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1597
1562
|
# @type ExceptionFlag: String
|
1598
1563
|
|
1599
1564
|
attr_accessor :Uin, :RebateMonth, :Amt, :MonthSales, :QuarterSales, :ExceptionFlag
|
@@ -1656,10 +1621,8 @@ module TencentCloud
|
|
1656
1621
|
# 退款单关联的原始订单信息
|
1657
1622
|
class RefundMap < TencentCloud::Common::AbstractModel
|
1658
1623
|
# @param DealName: 退款单关联的原始子订单号
|
1659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1660
1624
|
# @type DealName: String
|
1661
1625
|
# @param RefundAmount: 退款金额,单位分
|
1662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1663
1626
|
# @type RefundAmount: Integer
|
1664
1627
|
|
1665
1628
|
attr_accessor :DealName, :RefundAmount
|
@@ -1716,10 +1679,8 @@ module TencentCloud
|
|
1716
1679
|
# @param Status: 状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回
|
1717
1680
|
# @type Status: Integer
|
1718
1681
|
# @param ApplyTime: 申请时间
|
1719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1720
1682
|
# @type ApplyTime: String
|
1721
1683
|
# @param ActionTime: 解绑/撤销时间
|
1722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1723
1684
|
# @type ActionTime: String
|
1724
1685
|
|
1725
1686
|
attr_accessor :Uin, :Name, :Status, :ApplyTime, :ActionTime
|
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.
|
4
|
+
version: 3.0.942
|
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-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|