tencentcloud-sdk-billing 3.0.970 → 3.0.971

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02e68920d3e7578d2ddaa79091fa2d6c8f98dc8e
4
- data.tar.gz: cf969b7af8cea036cbde915663e426d72fbc9243
3
+ metadata.gz: f6ab4ad34cb3bfa05e3930cd20b2c36d45ebe2e2
4
+ data.tar.gz: 67b39463f74b1a47d7bc46ee5cb01fcf4c8fdd6f
5
5
  SHA512:
6
- metadata.gz: 57020344bdafc1862bdea3e5f09f9421d98f7443f87b9a4fdee2b8e58f031440b65c545f8511f891aebbf2aa3677abe5d51964bd0e578497cde4de8bac0ac7a6
7
- data.tar.gz: 27cf6e854988a2f0df59abb46fc3db199a50dc67356a88192b019e9f72de1a996da611498832d20fb7eb2eb783406809cb3065509d899f9ed1685a394f43bdc3
6
+ metadata.gz: 921d031ca9f01ebbe6354890762e240582cf264d2b9778ce5fac629481fe5bcf859f81fe0fe241e364839e0b35638dd0929051f404bffae47c66786ff1073958
7
+ data.tar.gz: 58cb366518d4b3f559b449e0fb1a3320f8d69e0aa15dbe0aee3a4d2fc2bee9725e8a3958f9a2b5061a617af777a1e048d17b22d356c6c3c2ca8ae27fb4e38336
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.971
@@ -9857,10 +9857,14 @@ module TencentCloud
9857
9857
  # @type ApplicableProducts: :class:`Tencentcloud::Billing.v20180709.models.ApplicableProducts`
9858
9858
  # @param ExcludedProducts: 不适用商品信息
9859
9859
  # @type ExcludedProducts: Array
9860
+ # @param PolicyRemark: 使用说明/批次备注
9861
+ # @type PolicyRemark: String
9862
+ # @param CreateTime: 发券时间
9863
+ # @type CreateTime: String
9860
9864
 
9861
- attr_accessor :OwnerUin, :Status, :NominalValue, :Balance, :VoucherId, :PayMode, :PayScene, :BeginTime, :EndTime, :ApplicableProducts, :ExcludedProducts
9865
+ attr_accessor :OwnerUin, :Status, :NominalValue, :Balance, :VoucherId, :PayMode, :PayScene, :BeginTime, :EndTime, :ApplicableProducts, :ExcludedProducts, :PolicyRemark, :CreateTime
9862
9866
 
9863
- def initialize(owneruin=nil, status=nil, nominalvalue=nil, balance=nil, voucherid=nil, paymode=nil, payscene=nil, begintime=nil, endtime=nil, applicableproducts=nil, excludedproducts=nil)
9867
+ def initialize(owneruin=nil, status=nil, nominalvalue=nil, balance=nil, voucherid=nil, paymode=nil, payscene=nil, begintime=nil, endtime=nil, applicableproducts=nil, excludedproducts=nil, policyremark=nil, createtime=nil)
9864
9868
  @OwnerUin = owneruin
9865
9869
  @Status = status
9866
9870
  @NominalValue = nominalvalue
@@ -9872,6 +9876,8 @@ module TencentCloud
9872
9876
  @EndTime = endtime
9873
9877
  @ApplicableProducts = applicableproducts
9874
9878
  @ExcludedProducts = excludedproducts
9879
+ @PolicyRemark = policyremark
9880
+ @CreateTime = createtime
9875
9881
  end
9876
9882
 
9877
9883
  def deserialize(params)
@@ -9896,6 +9902,8 @@ module TencentCloud
9896
9902
  @ExcludedProducts << excludedproducts_tmp
9897
9903
  end
9898
9904
  end
9905
+ @PolicyRemark = params['PolicyRemark']
9906
+ @CreateTime = params['CreateTime']
9899
9907
  end
9900
9908
  end
9901
9909
 
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.970
4
+ version: 3.0.971
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-12-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common