tencentcloud-sdk-billing 3.0.1021 → 3.0.1022
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180709/client.rb +2 -0
- data/lib/v20180709/models.rb +26 -108
- 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: 386d6c75767cadb58860d1d4d9b501bd65a70b41
|
4
|
+
data.tar.gz: c5d44e4957fc248bca0c421db1b1112cec4f337e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed67d8058f6c51eae1ecfad5bcab271772ce42c8eedc5ed0fa4bb3d7e98d389eaa458b62e6588c4b8c934a38ee41f6a2df648e27f0b6d41243f148fc717a7549
|
7
|
+
data.tar.gz: ffc69727f1ed2da7209dc96c183618b63a03bd4d02e96246bb6e40f57e7f7943280b158c92cc48d0d9ef6e8bf1f847ddfb4678ca0d07edb90d216d2939132bbe
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20180709/client.rb
CHANGED
@@ -924,6 +924,8 @@ module TencentCloud
|
|
924
924
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
925
925
|
end
|
926
926
|
|
927
|
+
# 当前接口已迁移至svp产品
|
928
|
+
|
927
929
|
# 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
928
930
|
|
929
931
|
# @param request: Request instance for DescribeSavingPlanCoverage.
|
data/lib/v20180709/models.rb
CHANGED
@@ -34,7 +34,6 @@ module TencentCloud
|
|
34
34
|
# @param VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
35
35
|
# @type VoucherPayAmount: String
|
36
36
|
# @param TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
37
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38
37
|
# @type TransferPayAmount: String
|
39
38
|
# @param BillMonth: 账单月份,格式2019-08
|
40
39
|
# @type BillMonth: String
|
@@ -160,64 +159,44 @@ module TencentCloud
|
|
160
159
|
# 分账账单明细
|
161
160
|
class AllocationDetail < TencentCloud::Common::AbstractModel
|
162
161
|
# @param TreeNodeUniqKey: 分账单元唯一标识
|
163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
164
162
|
# @type TreeNodeUniqKey: String
|
165
163
|
# @param TreeNodeUniqKeyName: 分账单元名称
|
166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
167
164
|
# @type TreeNodeUniqKeyName: String
|
168
165
|
# @param BillDate: 日期:结算日期
|
169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
170
166
|
# @type BillDate: String
|
171
167
|
# @param PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
173
168
|
# @type PayerUin: String
|
174
169
|
# @param OwnerUin: 使用者 UIN:实际使用资源的账号 ID
|
175
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
176
170
|
# @type OwnerUin: String
|
177
171
|
# @param OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
|
178
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
179
172
|
# @type OperateUin: String
|
180
173
|
# @param BusinessCode: 产品编码
|
181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
182
174
|
# @type BusinessCode: String
|
183
175
|
# @param BusinessCodeName: 产品名称:用户所采购的各类云产品
|
184
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
185
176
|
# @type BusinessCodeName: String
|
186
177
|
# @param PayMode: 计费模式编码
|
187
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
188
178
|
# @type PayMode: String
|
189
179
|
# @param PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
|
190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
191
180
|
# @type PayModeName: String
|
192
181
|
# @param ProjectId: 项目ID
|
193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
194
182
|
# @type ProjectId: Integer
|
195
183
|
# @param ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
|
196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
197
184
|
# @type ProjectName: String
|
198
185
|
# @param RegionId: 地域ID
|
199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
200
186
|
# @type RegionId: Integer
|
201
187
|
# @param RegionName: 地域名称:资源所属地域
|
202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
203
188
|
# @type RegionName: String
|
204
189
|
# @param ZoneId: 可用区ID
|
205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
206
190
|
# @type ZoneId: Integer
|
207
191
|
# @param ZoneName: 可用区:资源所属可用区
|
208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
209
192
|
# @type ZoneName: String
|
210
193
|
# @param ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
212
194
|
# @type ResourceId: String
|
213
195
|
# @param ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
|
214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
215
196
|
# @type ResourceName: String
|
216
197
|
# @param InstanceType: 实例类型编码
|
217
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
218
198
|
# @type InstanceType: String
|
219
199
|
# @param InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
221
200
|
# @type InstanceTypeName: String
|
222
201
|
# @param SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
|
223
202
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -226,159 +205,109 @@ module TencentCloud
|
|
226
205
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
227
206
|
# @type SplitItemName: String
|
228
207
|
# @param ProductCode: 子产品编码
|
229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
230
208
|
# @type ProductCode: String
|
231
209
|
# @param ProductCodeName: 子产品名称:用户采购的具体产品细分类型
|
232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
233
210
|
# @type ProductCodeName: String
|
234
211
|
# @param ActionType: 交易类型编码
|
235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
236
212
|
# @type ActionType: String
|
237
213
|
# @param ActionTypeName: 交易类型:明细交易类型
|
238
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
239
214
|
# @type ActionTypeName: String
|
240
215
|
# @param OrderId: 订单 ID:包年包月计费模式下订购的订单号
|
241
|
-
|
242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
243
216
|
# @type OrderId: String
|
244
217
|
# @param BillId: 交易 ID:结算扣费单号
|
245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
246
218
|
# @type BillId: String
|
247
219
|
# @param PayTime: 扣费时间:结算扣费时间
|
248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
249
220
|
# @type PayTime: String
|
250
221
|
# @param FeeBeginTime: 开始使用时间:产品服务开始使用时间
|
251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
252
222
|
# @type FeeBeginTime: String
|
253
223
|
# @param FeeEndTime: 结束使用时间:产品服务结束使用时间
|
254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
255
224
|
# @type FeeEndTime: String
|
256
225
|
# @param ComponentCode: 组件类型编码
|
257
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
258
226
|
# @type ComponentCode: String
|
259
227
|
# @param ComponentCodeName: 组件类型:用户购买的产品或服务对应的组件大类
|
260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
261
228
|
# @type ComponentCodeName: String
|
262
229
|
# @param SinglePrice: 组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
|
263
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
264
230
|
# @type SinglePrice: String
|
265
231
|
# @param ContractPrice: 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
266
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
267
232
|
# @type ContractPrice: String
|
268
233
|
# @param SinglePriceUnit: 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
|
269
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
270
234
|
# @type SinglePriceUnit: String
|
271
235
|
# @param UsedAmount: 组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
|
272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
273
236
|
# @type UsedAmount: String
|
274
237
|
# @param UsedAmountUnit: 组件用量单位:组件用量对应的单位
|
275
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
276
238
|
# @type UsedAmountUnit: String
|
277
239
|
# @param TimeSpan: 使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
|
278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
279
240
|
# @type TimeSpan: String
|
280
241
|
# @param TimeUnit: 时长单位:资源使用时长的单位
|
281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
282
242
|
# @type TimeUnit: String
|
283
243
|
# @param ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
285
244
|
# @type ReserveDetail: String
|
286
245
|
# @param SplitRatio: 分拆项用量/时长占比:分拆项用量(时长)占比,分拆项用量(时长)/ 拆分前合计用量(时长)
|
287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
288
246
|
# @type SplitRatio: String
|
289
247
|
# @param TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
|
290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
291
248
|
# @type TotalCost: String
|
292
249
|
# @param RITimeSpan: 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
|
293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
294
250
|
# @type RITimeSpan: String
|
295
251
|
# @param RICost: 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
|
296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
297
252
|
# @type RICost: String
|
298
253
|
# @param SPCost: 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
|
299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
300
254
|
# @type SPCost: String
|
301
255
|
# @param Discount: 折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
|
302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
303
256
|
# @type Discount: String
|
304
257
|
# @param BlendedDiscount: 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
|
305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
306
258
|
# @type BlendedDiscount: String
|
307
259
|
# @param RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
260
|
# @type RealTotalCost: String
|
310
261
|
# @param CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
|
311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
312
262
|
# @type CashPayAmount: String
|
313
263
|
# @param VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
|
314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
315
264
|
# @type VoucherPayAmount: String
|
316
265
|
# @param IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
|
317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
318
266
|
# @type IncentivePayAmount: String
|
319
267
|
# @param TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
|
320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
321
268
|
# @type TransferPayAmount: String
|
322
269
|
# @param Tag: 分账标签:资源绑定的标签
|
323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
324
270
|
# @type Tag: Array
|
325
271
|
# @param RegionType: 国内国际编码
|
326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
327
272
|
# @type RegionType: String
|
328
273
|
# @param RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
|
329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
330
274
|
# @type RegionTypeName: String
|
331
275
|
# @param ItemCode: 组件名称编码
|
332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
333
276
|
# @type ItemCode: String
|
334
277
|
# @param ItemCodeName: 组件名称:用户购买的产品或服务,所包含的具体组件
|
335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
336
278
|
# @type ItemCodeName: String
|
337
279
|
# @param AssociatedOrder: 关联单据ID:和本笔交易关联单据ID,如退费订单对应的原新购订单等
|
338
280
|
# @type AssociatedOrder: String
|
339
281
|
# @param PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
|
340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
341
282
|
# @type PriceInfo: Array
|
342
283
|
# @param Formula: 计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
|
343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
344
284
|
# @type Formula: String
|
345
285
|
# @param FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
|
346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
347
286
|
# @type FormulaUrl: String
|
348
287
|
# @param RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量
|
349
288
|
# (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
|
350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
351
289
|
# @type RealTotalMeasure: String
|
352
290
|
# @param DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量
|
353
291
|
# (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
|
354
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
355
292
|
# @type DeductedMeasure: String
|
356
293
|
# @param ComponentConfig: 配置描述:资源配置规格信息
|
357
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
358
294
|
# @type ComponentConfig: String
|
359
295
|
# @param AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
|
360
296
|
# 0 - 分摊
|
361
297
|
# 1 - 归集
|
362
298
|
# 2 - 未分配
|
363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
364
299
|
# @type AllocationType: Integer
|
365
300
|
# @param DiscountObject: 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
|
366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
367
301
|
# @type DiscountObject: String
|
368
302
|
# @param DiscountType: 当前消费项的优惠类型,例如:折扣、合同价。
|
369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
370
303
|
# @type DiscountType: String
|
371
304
|
# @param DiscountContent: 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
|
372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
373
305
|
# @type DiscountContent: String
|
374
306
|
# @param SPDeduction: SPDeduction
|
375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
376
307
|
# @type SPDeduction: String
|
377
308
|
# @param SPDeductionRate: SPDeduction
|
378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
379
309
|
# @type SPDeductionRate: String
|
380
310
|
# @param BillMonth: 账单月
|
381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
382
311
|
# @type BillMonth: String
|
383
312
|
|
384
313
|
attr_accessor :TreeNodeUniqKey, :TreeNodeUniqKeyName, :BillDate, :PayerUin, :OwnerUin, :OperateUin, :BusinessCode, :BusinessCodeName, :PayMode, :PayModeName, :ProjectId, :ProjectName, :RegionId, :RegionName, :ZoneId, :ZoneName, :ResourceId, :ResourceName, :InstanceType, :InstanceTypeName, :SplitItemId, :SplitItemName, :ProductCode, :ProductCodeName, :ActionType, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentCode, :ComponentCodeName, :SinglePrice, :ContractPrice, :SinglePriceUnit, :UsedAmount, :UsedAmountUnit, :TimeSpan, :TimeUnit, :ReserveDetail, :SplitRatio, :TotalCost, :RITimeSpan, :RICost, :SPCost, :Discount, :BlendedDiscount, :RealTotalCost, :CashPayAmount, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :Tag, :RegionType, :RegionTypeName, :ItemCode, :ItemCodeName, :AssociatedOrder, :PriceInfo, :Formula, :FormulaUrl, :RealTotalMeasure, :DeductedMeasure, :ComponentConfig, :AllocationType, :DiscountObject, :DiscountType, :DiscountContent, :SPDeduction, :SPDeductionRate, :BillMonth
|
@@ -822,10 +751,8 @@ module TencentCloud
|
|
822
751
|
# 当前资源命中公摊规则信息
|
823
752
|
class AllocationRule < TencentCloud::Common::AbstractModel
|
824
753
|
# @param RuleId: 公摊规则ID
|
825
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
826
754
|
# @type RuleId: Integer
|
827
755
|
# @param RuleName: 公摊规则名称
|
828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
829
756
|
# @type RuleName: String
|
830
757
|
|
831
758
|
attr_accessor :RuleId, :RuleName
|
@@ -1510,10 +1437,8 @@ module TencentCloud
|
|
1510
1437
|
# 当前归属单元信息
|
1511
1438
|
class AllocationTreeNode < TencentCloud::Common::AbstractModel
|
1512
1439
|
# @param TreeNodeUniqKey: 分账单元唯一标识
|
1513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1514
1440
|
# @type TreeNodeUniqKey: String
|
1515
1441
|
# @param TreeNodeUniqKeyName: 分账单元名称
|
1516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1517
1442
|
# @type TreeNodeUniqKeyName: String
|
1518
1443
|
|
1519
1444
|
attr_accessor :TreeNodeUniqKey, :TreeNodeUniqKeyName
|
@@ -1975,10 +1900,8 @@ module TencentCloud
|
|
1975
1900
|
# 交易类型筛选列表
|
1976
1901
|
class BillActionType < TencentCloud::Common::AbstractModel
|
1977
1902
|
# @param ActionType: 交易类型编码
|
1978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1979
1903
|
# @type ActionType: String
|
1980
1904
|
# @param ActionTypeName: 交易类型:明细交易类型
|
1981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1982
1905
|
# @type ActionTypeName: String
|
1983
1906
|
|
1984
1907
|
attr_accessor :ActionType, :ActionTypeName
|
@@ -2070,7 +1993,6 @@ module TencentCloud
|
|
2070
1993
|
# 日期筛选列表
|
2071
1994
|
class BillDays < TencentCloud::Common::AbstractModel
|
2072
1995
|
# @param BillDay: 日期:结算日期
|
2073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2074
1996
|
# @type BillDay: String
|
2075
1997
|
|
2076
1998
|
attr_accessor :BillDay
|
@@ -2511,7 +2433,6 @@ module TencentCloud
|
|
2511
2433
|
# @param IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
2512
2434
|
# @type IncentivePayAmount: String
|
2513
2435
|
# @param TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
2514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2515
2436
|
# @type TransferPayAmount: String
|
2516
2437
|
# @param ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
2517
2438
|
# @type ExtendField3: String
|
@@ -2520,7 +2441,6 @@ module TencentCloud
|
|
2520
2441
|
# @param ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
2521
2442
|
# @type ExtendField5: String
|
2522
2443
|
# @param Tags: 标签信息
|
2523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2524
2444
|
# @type Tags: Array
|
2525
2445
|
# @param OwnerUin: 使用者UIN:实际使用资源的账号 ID
|
2526
2446
|
# @type OwnerUin: String
|
@@ -2541,7 +2461,6 @@ module TencentCloud
|
|
2541
2461
|
# @param OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
2542
2462
|
# @type OriginalCostWithSP: String
|
2543
2463
|
# @param BillMonth: 账单归属月
|
2544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2545
2464
|
# @type BillMonth: String
|
2546
2465
|
|
2547
2466
|
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :PayTime, :FeeBeginTime, :FeeEndTime, :ConfigDesc, :ExtendField1, :ExtendField2, :TotalCost, :Discount, :ReduceType, :RealTotalCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ExtendField3, :ExtendField4, :ExtendField5, :Tags, :OwnerUin, :OperateUin, :BusinessCode, :ProductCode, :RegionId, :InstanceType, :OriginalCostWithRI, :SPDeduction, :OriginalCostWithSP, :BillMonth
|
@@ -2734,10 +2653,8 @@ module TencentCloud
|
|
2734
2653
|
# 子产品筛选列表
|
2735
2654
|
class BillProduct < TencentCloud::Common::AbstractModel
|
2736
2655
|
# @param ProductCode: 子产品编码
|
2737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2738
2656
|
# @type ProductCode: String
|
2739
2657
|
# @param ProductCodeName: 子产品名称:用户采购的具体产品细分类型
|
2740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2741
2658
|
# @type ProductCodeName: String
|
2742
2659
|
|
2743
2660
|
attr_accessor :ProductCode, :ProductCodeName
|
@@ -2756,13 +2673,10 @@ module TencentCloud
|
|
2756
2673
|
# 分账条件子产品筛选
|
2757
2674
|
class BillProductLink < TencentCloud::Common::AbstractModel
|
2758
2675
|
# @param ProductCode: 子产品编码
|
2759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2760
2676
|
# @type ProductCode: String
|
2761
2677
|
# @param ProductCodeName: 子产品名称
|
2762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2763
2678
|
# @type ProductCodeName: String
|
2764
2679
|
# @param Children: 组件名称
|
2765
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2766
2680
|
# @type Children: Array
|
2767
2681
|
|
2768
2682
|
attr_accessor :ProductCode, :ProductCodeName, :Children
|
@@ -2876,7 +2790,6 @@ module TencentCloud
|
|
2876
2790
|
# @param IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
2877
2791
|
# @type IncentivePayAmount: String
|
2878
2792
|
# @param TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
2879
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2880
2793
|
# @type TransferPayAmount: String
|
2881
2794
|
# @param ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
2882
2795
|
# @type ExtendField3: String
|
@@ -2885,7 +2798,6 @@ module TencentCloud
|
|
2885
2798
|
# @param ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
2886
2799
|
# @type ExtendField5: String
|
2887
2800
|
# @param Tags: 标签信息
|
2888
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2889
2801
|
# @type Tags: Array
|
2890
2802
|
# @param PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
2891
2803
|
# @type PayerUin: String
|
@@ -2908,7 +2820,6 @@ module TencentCloud
|
|
2908
2820
|
# @param OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
2909
2821
|
# @type OriginalCostWithSP: String
|
2910
2822
|
# @param BillMonth: 账单归属月
|
2911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2912
2823
|
# @type BillMonth: String
|
2913
2824
|
|
2914
2825
|
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :PayTime, :FeeBeginTime, :FeeEndTime, :ConfigDesc, :ExtendField1, :ExtendField2, :TotalCost, :Discount, :ReduceType, :RealTotalCost, :VoucherPayAmount, :CashPayAmount, :IncentivePayAmount, :TransferPayAmount, :ExtendField3, :ExtendField4, :ExtendField5, :Tags, :PayerUin, :OwnerUin, :OperateUin, :BusinessCode, :ProductCode, :RegionId, :InstanceType, :OriginalCostWithRI, :SPDeduction, :OriginalCostWithSP, :BillMonth
|
@@ -3488,16 +3399,12 @@ module TencentCloud
|
|
3488
3399
|
# @param Business: 产品消耗详情
|
3489
3400
|
# @type Business: Array
|
3490
3401
|
# @param CashPayAmount: 现金
|
3491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3492
3402
|
# @type CashPayAmount: String
|
3493
3403
|
# @param IncentivePayAmount: 赠送金
|
3494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3495
3404
|
# @type IncentivePayAmount: String
|
3496
3405
|
# @param VoucherPayAmount: 代金券
|
3497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3498
3406
|
# @type VoucherPayAmount: String
|
3499
3407
|
# @param TransferPayAmount: 分成金
|
3500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3501
3408
|
# @type TransferPayAmount: String
|
3502
3409
|
|
3503
3410
|
attr_accessor :ProjectId, :ProjectName, :RealTotalCost, :Trend, :Business, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount
|
@@ -6775,7 +6682,6 @@ module TencentCloud
|
|
6775
6682
|
# DescribeCostDetail返回参数结构体
|
6776
6683
|
class DescribeCostDetailResponse < TencentCloud::Common::AbstractModel
|
6777
6684
|
# @param DetailSet: 消耗明细
|
6778
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6779
6685
|
# @type DetailSet: Array
|
6780
6686
|
# @param Total: 记录数
|
6781
6687
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8825,7 +8731,6 @@ module TencentCloud
|
|
8825
8731
|
# 按地域汇总消费详情
|
8826
8732
|
class RegionSummaryOverviewItem < TencentCloud::Common::AbstractModel
|
8827
8733
|
# @param RegionId: 地域ID
|
8828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8829
8734
|
# @type RegionId: String
|
8830
8735
|
# @param RegionName: 地域名称:资源所属地域,例如华南地区(广州)
|
8831
8736
|
# @type RegionName: String
|
@@ -8902,10 +8807,22 @@ module TencentCloud
|
|
8902
8807
|
# @type ExpectedAmount: Float
|
8903
8808
|
# @param SpCoverage: 覆盖率结果,取值[0, 100]
|
8904
8809
|
# @type SpCoverage: Float
|
8810
|
+
# @param PayerUinName: 支付者昵称
|
8811
|
+
# @type PayerUinName: String
|
8812
|
+
# @param OwnerUinName: 使用者昵称
|
8813
|
+
# @type OwnerUinName: String
|
8814
|
+
# @param PayerUin: 支付者uin
|
8815
|
+
# @type PayerUin: String
|
8816
|
+
# @param SubBillingItemName: 计费项名称
|
8817
|
+
# @type SubBillingItemName: String
|
8818
|
+
# @param BillingItemName: 计费细项名称
|
8819
|
+
# @type BillingItemName: String
|
8820
|
+
# @param SubProductName: 子产品名称
|
8821
|
+
# @type SubProductName: String
|
8905
8822
|
|
8906
|
-
attr_accessor :ResourceId, :RegionId, :ProductCode, :SubProductCode, :StartDate, :EndDate, :SpCoveredAmount, :SpUncoveredAmount, :TotalRealAmount, :ExpectedAmount, :SpCoverage
|
8823
|
+
attr_accessor :ResourceId, :RegionId, :ProductCode, :SubProductCode, :StartDate, :EndDate, :SpCoveredAmount, :SpUncoveredAmount, :TotalRealAmount, :ExpectedAmount, :SpCoverage, :PayerUinName, :OwnerUinName, :PayerUin, :SubBillingItemName, :BillingItemName, :SubProductName
|
8907
8824
|
|
8908
|
-
def initialize(resourceid=nil, regionid=nil, productcode=nil, subproductcode=nil, startdate=nil, enddate=nil, spcoveredamount=nil, spuncoveredamount=nil, totalrealamount=nil, expectedamount=nil, spcoverage=nil)
|
8825
|
+
def initialize(resourceid=nil, regionid=nil, productcode=nil, subproductcode=nil, startdate=nil, enddate=nil, spcoveredamount=nil, spuncoveredamount=nil, totalrealamount=nil, expectedamount=nil, spcoverage=nil, payeruinname=nil, owneruinname=nil, payeruin=nil, subbillingitemname=nil, billingitemname=nil, subproductname=nil)
|
8909
8826
|
@ResourceId = resourceid
|
8910
8827
|
@RegionId = regionid
|
8911
8828
|
@ProductCode = productcode
|
@@ -8917,6 +8834,12 @@ module TencentCloud
|
|
8917
8834
|
@TotalRealAmount = totalrealamount
|
8918
8835
|
@ExpectedAmount = expectedamount
|
8919
8836
|
@SpCoverage = spcoverage
|
8837
|
+
@PayerUinName = payeruinname
|
8838
|
+
@OwnerUinName = owneruinname
|
8839
|
+
@PayerUin = payeruin
|
8840
|
+
@SubBillingItemName = subbillingitemname
|
8841
|
+
@BillingItemName = billingitemname
|
8842
|
+
@SubProductName = subproductname
|
8920
8843
|
end
|
8921
8844
|
|
8922
8845
|
def deserialize(params)
|
@@ -8931,6 +8854,12 @@ module TencentCloud
|
|
8931
8854
|
@TotalRealAmount = params['TotalRealAmount']
|
8932
8855
|
@ExpectedAmount = params['ExpectedAmount']
|
8933
8856
|
@SpCoverage = params['SpCoverage']
|
8857
|
+
@PayerUinName = params['PayerUinName']
|
8858
|
+
@OwnerUinName = params['OwnerUinName']
|
8859
|
+
@PayerUin = params['PayerUin']
|
8860
|
+
@SubBillingItemName = params['SubBillingItemName']
|
8861
|
+
@BillingItemName = params['BillingItemName']
|
8862
|
+
@SubProductName = params['SubProductName']
|
8934
8863
|
end
|
8935
8864
|
end
|
8936
8865
|
|
@@ -9012,10 +8941,8 @@ module TencentCloud
|
|
9012
8941
|
# 总数
|
9013
8942
|
class SummaryTotal < TencentCloud::Common::AbstractModel
|
9014
8943
|
# @param RealTotalCost: 优惠后总价
|
9015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9016
8944
|
# @type RealTotalCost: String
|
9017
8945
|
# @param TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
9018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9019
8946
|
# @type TotalCost: String
|
9020
8947
|
|
9021
8948
|
attr_accessor :RealTotalCost, :TotalCost
|
@@ -9038,7 +8965,6 @@ module TencentCloud
|
|
9038
8965
|
# @param Status: 标签类型,0普通标签,1分账标签
|
9039
8966
|
# @type Status: Integer
|
9040
8967
|
# @param UpdateTime: 设置分账标签时间,普通标签不返回
|
9041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9042
8968
|
# @type UpdateTime: String
|
9043
8969
|
|
9044
8970
|
attr_accessor :TagKey, :Status, :UpdateTime
|
@@ -9059,28 +8985,20 @@ module TencentCloud
|
|
9059
8985
|
# 按标签汇总消费详情
|
9060
8986
|
class TagSummaryOverviewItem < TencentCloud::Common::AbstractModel
|
9061
8987
|
# @param TagValue: 标签值
|
9062
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9063
8988
|
# @type TagValue: String
|
9064
8989
|
# @param RealTotalCostRatio: 费用所占百分比,两位小数
|
9065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9066
8990
|
# @type RealTotalCostRatio: String
|
9067
8991
|
# @param RealTotalCost: 优惠后总价
|
9068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9069
8992
|
# @type RealTotalCost: String
|
9070
8993
|
# @param CashPayAmount: 现金账户支出:通过现金账户支付的金额
|
9071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9072
8994
|
# @type CashPayAmount: String
|
9073
8995
|
# @param IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
|
9074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9075
8996
|
# @type IncentivePayAmount: String
|
9076
8997
|
# @param VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
9077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9078
8998
|
# @type VoucherPayAmount: String
|
9079
8999
|
# @param TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
|
9080
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9081
9000
|
# @type TransferPayAmount: String
|
9082
9001
|
# @param TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
|
9083
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9084
9002
|
# @type TotalCost: String
|
9085
9003
|
|
9086
9004
|
attr_accessor :TagValue, :RealTotalCostRatio, :RealTotalCost, :CashPayAmount, :IncentivePayAmount, :VoucherPayAmount, :TransferPayAmount, :TotalCost
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-billing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1022
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|