tencentcloud-sdk-billing 3.0.969 → 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: 2c8ab975692ca0eb44fc5c0ab383341084fb1e60
4
- data.tar.gz: cc35de64abcc2c64ce659820b9243abac18fbf4e
3
+ metadata.gz: f6ab4ad34cb3bfa05e3930cd20b2c36d45ebe2e2
4
+ data.tar.gz: 67b39463f74b1a47d7bc46ee5cb01fcf4c8fdd6f
5
5
  SHA512:
6
- metadata.gz: a01f19ee3dce549ba82f97e28b8b9bd1a7165168f5c54bd133d1237ff73a2219d3847d89b2ea03b618a6100adc8ca34ac25c64bee40ee089c336ef5e37d457c4
7
- data.tar.gz: d5f1618f202c9fac168b999dd936274edacba581fe6c71b8fa35107cfaacf9db25e7ab4b9b095238478b3c103570012cdf781c5265f3840f680130bcb436aac0
6
+ metadata.gz: 921d031ca9f01ebbe6354890762e240582cf264d2b9778ce5fac629481fe5bcf859f81fe0fe241e364839e0b35638dd0929051f404bffae47c66786ff1073958
7
+ data.tar.gz: 58cb366518d4b3f559b449e0fb1a3320f8d69e0aa15dbe0aee3a4d2fc2bee9725e8a3958f9a2b5061a617af777a1e048d17b22d356c6c3c2ca8ae27fb4e38336
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.969
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.969
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-25 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