tencentcloud-sdk-billing 3.0.596 → 3.0.597

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 +11 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cfba169a2bc77a62aeb3aed04b262a42a9e28e7
4
- data.tar.gz: 41bac3fcc5738c07555344cf5ce09a65fff966b5
3
+ metadata.gz: 5ae3b2e5821cc29869bfe1e50bb8a7901493b929
4
+ data.tar.gz: 227cb23128c13908bff9a31842898508f95c0b7f
5
5
  SHA512:
6
- metadata.gz: aadfae56d2ded8a4a181568e53b527b5bd523d02c14c82bacaf12d6291ba8f2e000291dafc1a3f5a8b0af19f28a366008db16f3715b364d03ea2c7965b1a11a3
7
- data.tar.gz: a8c2a7a46865ad1e6edcf656d23d13c22d86be9384c71d91962bdae063be0ec5207547c5c98117257f4910fe59f12d5b4de04750e985be9c2687486d5d29cee1
6
+ metadata.gz: 8c033f7cb462b3fa64e74b35ce5eb9aaf1608b0df980608468bf2086b42f0f3958423566aa64ef2cbc7c3283918aaee44621681c61cd697a2cc3b57ff315fba7
7
+ data.tar.gz: 1eb5628db9c2ed1b96ebd76edcbf104eeafd93d2a336ac12c3d633fa4655a1a4afbdd7358abdcb889572d22ed655c43e5c706a4b0116419cf0c43ef9d5704ec9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.596
1
+ 3.0.597
@@ -1704,13 +1704,13 @@ module TencentCloud
1704
1704
  # 包年包月配置变更
1705
1705
  # 包年包月退款
1706
1706
  # 按量计费扣费
1707
- # 按量计费小时结
1708
- # 按量计费日结
1709
- # 按量计费月结
1710
1707
  # 线下项目扣费
1711
1708
  # 线下产品扣费
1712
1709
  # 调账扣费
1713
1710
  # 调账补偿
1711
+ # 按量计费小时结
1712
+ # 按量计费日结
1713
+ # 按量计费月结
1714
1714
  # 竞价实例小时结
1715
1715
  # 线下项目调账补偿
1716
1716
  # 线下产品调账补偿
@@ -1725,6 +1725,8 @@ module TencentCloud
1725
1725
  # 预留实例退款
1726
1726
  # 按量计费冲正
1727
1727
  # 包年包月转按量
1728
+ # 保底扣款
1729
+ # 节省计划小时费用
1728
1730
  # @type ActionType: String
1729
1731
  # @param ProjectId: 项目ID:资源所属项目ID
1730
1732
  # @type ProjectId: Integer
@@ -1733,10 +1735,12 @@ module TencentCloud
1733
1735
  # @type BusinessCode: String
1734
1736
  # @param Context: 上一次请求返回的上下文信息,翻页查询Month>=2023-05的月份的数据可加快查询速度,数据量10万级别以上的用户建议使用,查询速度可提升2~10倍
1735
1737
  # @type Context: String
1738
+ # @param PayerUin: 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN
1739
+ # @type PayerUin: String
1736
1740
 
1737
- attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
1741
+ attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin
1738
1742
 
1739
- def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil)
1743
+ def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil, payeruin=nil)
1740
1744
  @Offset = offset
1741
1745
  @Limit = limit
1742
1746
  @PeriodType = periodtype
@@ -1751,6 +1755,7 @@ module TencentCloud
1751
1755
  @ProjectId = projectid
1752
1756
  @BusinessCode = businesscode
1753
1757
  @Context = context
1758
+ @PayerUin = payeruin
1754
1759
  end
1755
1760
 
1756
1761
  def deserialize(params)
@@ -1768,6 +1773,7 @@ module TencentCloud
1768
1773
  @ProjectId = params['ProjectId']
1769
1774
  @BusinessCode = params['BusinessCode']
1770
1775
  @Context = params['Context']
1776
+ @PayerUin = params['PayerUin']
1771
1777
  end
1772
1778
  end
1773
1779
 
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.596
4
+ version: 3.0.597
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-20 00:00:00.000000000 Z
11
+ date: 2023-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common