tencentcloud-sdk-billing 3.0.948 → 3.0.949

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: 69d93b1aa2d0ea63ac061c6e245c16b5ec90d8a7
4
- data.tar.gz: ca0857a9efba1480e51c1c115d3e9b86ae3b4490
3
+ metadata.gz: 613c140f89a36d71b3b158bccd5a8da41cb8f6a2
4
+ data.tar.gz: 3ced48f9482bae946e499120807e964fdd060563
5
5
  SHA512:
6
- metadata.gz: 1ed1bccd4f3031e112a6da8d887cd1092fcb008bb8eabb6a340431aa7cc0507f2385dcbba152e946fdc99d7550cf1ff0ddd165f152d626a9eb2606b75e28e77b
7
- data.tar.gz: eb07dbaefc9a86d35657a8ad98b57bc80ce0be120f9c6aba640e3666440f34c7553f93a6f0750beac2632f88cf338f148f1c51891088a4e0a1acbe45684663d7
6
+ metadata.gz: c7236e72f32b690de4aee8b161640d2b128ae4d0acc0db82542692694721fa011b3a7330c637c0ae4a7d8c96c4b2ba9aeb554b73d2441519d5fd83560e60b077
7
+ data.tar.gz: 7b63afd88ee6b7d090a5f159987755089461c3dec0b09508475d0a8a74c0e4b9e08ee89357c2e07f9f1c1a7ca59f8abb840ce35052aa190de0fa729bd3635c4f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.948
1
+ 3.0.949
@@ -8572,7 +8572,6 @@ module TencentCloud
8572
8572
  # @param TotalBalance: 总余额(微分)
8573
8573
  # @type TotalBalance: Integer
8574
8574
  # @param VoucherInfos: 代金券相关信息
8575
- # 注意:此字段可能返回 null,表示取不到有效值。
8576
8575
  # @type VoucherInfos: Array
8577
8576
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8578
8577
  # @type RequestId: String
@@ -9862,10 +9861,8 @@ module TencentCloud
9862
9861
  # @param EndTime: 有效期截止时间
9863
9862
  # @type EndTime: String
9864
9863
  # @param ApplicableProducts: 适用商品信息
9865
- # 注意:此字段可能返回 null,表示取不到有效值。
9866
9864
  # @type ApplicableProducts: :class:`Tencentcloud::Billing.v20180709.models.ApplicableProducts`
9867
9865
  # @param ExcludedProducts: 不适用商品信息
9868
- # 注意:此字段可能返回 null,表示取不到有效值。
9869
9866
  # @type ExcludedProducts: Array
9870
9867
 
9871
9868
  attr_accessor :OwnerUin, :Status, :NominalValue, :Balance, :VoucherId, :PayMode, :PayScene, :BeginTime, :EndTime, :ApplicableProducts, :ExcludedProducts
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.948
4
+ version: 3.0.949
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-25 00:00:00.000000000 Z
11
+ date: 2024-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common