tencentcloud-sdk-billing 3.0.1022 → 3.0.1023
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/models.rb +0 -7
- 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: 8d32186656b827baa6c7bfac5b1e186447a47895
|
4
|
+
data.tar.gz: 780f338cd5d631acf89f642ac7ae8f04ad4fef9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 383b65ead6920d60a243aaced70660158233a23b0c1daab3e8c5dbd4dd472d7f9647a68806ba31f89d7a0575146247079e10ab14bff91aa6d38200293f51051d
|
7
|
+
data.tar.gz: 363c0c706d89c31ebc8c8fc53bec433b53f7f72ffa647164675f035409ac310828a636c1ca773adf514e470e1f0e8bb31fa512feef4346e3667e152a9ebb72c2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1023
|
data/lib/v20180709/models.rb
CHANGED
@@ -1971,10 +1971,8 @@ module TencentCloud
|
|
1971
1971
|
# 组件类型筛选列表
|
1972
1972
|
class BillComponent < TencentCloud::Common::AbstractModel
|
1973
1973
|
# @param ComponentCode: 组件类型编码
|
1974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1975
1974
|
# @type ComponentCode: String
|
1976
1975
|
# @param ComponentCodeName: 组件类型:用户购买的产品或服务对应的组件大类
|
1977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1978
1976
|
# @type ComponentCodeName: String
|
1979
1977
|
|
1980
1978
|
attr_accessor :ComponentCode, :ComponentCodeName
|
@@ -3457,16 +3455,12 @@ module TencentCloud
|
|
3457
3455
|
# @param Business: 产品消费详情
|
3458
3456
|
# @type Business: Array
|
3459
3457
|
# @param CashPayAmount: 现金
|
3460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3461
3458
|
# @type CashPayAmount: String
|
3462
3459
|
# @param VoucherPayAmount: 代金券
|
3463
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3464
3460
|
# @type VoucherPayAmount: String
|
3465
3461
|
# @param IncentivePayAmount: 赠送金
|
3466
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3467
3462
|
# @type IncentivePayAmount: String
|
3468
3463
|
# @param TransferPayAmount: 分成金
|
3469
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3470
3464
|
# @type TransferPayAmount: String
|
3471
3465
|
|
3472
3466
|
attr_accessor :RegionId, :RegionName, :RealTotalCost, :Trend, :Business, :CashPayAmount, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount
|
@@ -5600,7 +5594,6 @@ module TencentCloud
|
|
5600
5594
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5601
5595
|
# @type Total: Integer
|
5602
5596
|
# @param Context: 本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
|
5603
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5604
5597
|
# @type Context: String
|
5605
5598
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5606
5599
|
# @type RequestId: String
|
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.1023
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|