tencentcloud-sdk-billing 3.0.970 → 3.0.972

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: 7c856bf7f7fbc574149f3c582d6c2945df2c4e69
4
+ data.tar.gz: 438afa998e1c08c6974b9bd2af502b0d31b10a1d
5
5
  SHA512:
6
- metadata.gz: 57020344bdafc1862bdea3e5f09f9421d98f7443f87b9a4fdee2b8e58f031440b65c545f8511f891aebbf2aa3677abe5d51964bd0e578497cde4de8bac0ac7a6
7
- data.tar.gz: 27cf6e854988a2f0df59abb46fc3db199a50dc67356a88192b019e9f72de1a996da611498832d20fb7eb2eb783406809cb3065509d899f9ed1685a394f43bdc3
6
+ metadata.gz: 103a3815656c04f5571dfea343641215f770346215d161501efaceb3ac5f9adabed70df6985bb83c8b8ea68c4c9382fa6cce5e9711b20cc881d47d0c145c1d96
7
+ data.tar.gz: 4e1d7825c48d8a96d832023a4cb87a5ef879ab899a0975578137e7b3af6d32558cfe5d891f7ca37fdfeb03b47a0fb7d07302f72a73cc8ca82db5f6c7acc78f0f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.972
@@ -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.972
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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common