tencentcloud-sdk-hai 3.0.1078 → 3.0.1208

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: 5cf58384f8f458be8eec6e190b42a91599d6e12a
4
- data.tar.gz: 55a38eafc4db33a8810b3d44c589b5ed57818245
3
+ metadata.gz: b860104bd8f664cabe1be6e4e792e1fe3d646e6b
4
+ data.tar.gz: a286164aedb14655c01a45ad43f3e9c8ebfa4007
5
5
  SHA512:
6
- metadata.gz: fa9e901afaaba90f4686a844b7ef724d53a490c83fcaab0a04396e8665c6375a8a0adeb48a9c1c2572827e17071433d222714fdea85f8e42889a21408585ecb3
7
- data.tar.gz: bbe6ee705951c707bfa8a1e7d4c199f9d7a9798e66b7b2d7ae59478631e9c390b246c24d714648bc3e78f94b4ed31d470ffaf5f28a6337c705a4c2fc46e8cd89
6
+ metadata.gz: 14a812345cbc796702ce11547093b62c1c364656f7be3ff79507c5e8cf2b22343668130dd3900ffc42d0018e7e71868b021ffbc5f5a9e0e5f8b848a7acb379e9
7
+ data.tar.gz: cf82583a8d861257939eb9d17433746d3aa99edecf8d4d86fa7ba72d7147e01d388c8a3229c8cde53ac4749619362a5496e5763dbe1f603d438c57977648afcd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1078
1
+ 3.0.1208
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -799,15 +799,21 @@ module TencentCloud
799
799
  # @type ChargeUnit: String
800
800
  # @param Amount: 商品数量
801
801
  # @type Amount: Integer
802
+ # @param OriginPrice: 原价
803
+ # @type OriginPrice: Float
804
+ # @param DiscountPrice: 折扣价
805
+ # @type DiscountPrice: Float
802
806
 
803
- attr_accessor :UnitPrice, :DiscountUnitPrice, :Discount, :ChargeUnit, :Amount
807
+ attr_accessor :UnitPrice, :DiscountUnitPrice, :Discount, :ChargeUnit, :Amount, :OriginPrice, :DiscountPrice
804
808
 
805
- def initialize(unitprice=nil, discountunitprice=nil, discount=nil, chargeunit=nil, amount=nil)
809
+ def initialize(unitprice=nil, discountunitprice=nil, discount=nil, chargeunit=nil, amount=nil, originprice=nil, discountprice=nil)
806
810
  @UnitPrice = unitprice
807
811
  @DiscountUnitPrice = discountunitprice
808
812
  @Discount = discount
809
813
  @ChargeUnit = chargeunit
810
814
  @Amount = amount
815
+ @OriginPrice = originprice
816
+ @DiscountPrice = discountprice
811
817
  end
812
818
 
813
819
  def deserialize(params)
@@ -816,6 +822,8 @@ module TencentCloud
816
822
  @Discount = params['Discount']
817
823
  @ChargeUnit = params['ChargeUnit']
818
824
  @Amount = params['Amount']
825
+ @OriginPrice = params['OriginPrice']
826
+ @DiscountPrice = params['DiscountPrice']
819
827
  end
820
828
  end
821
829
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hai
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1078
4
+ version: 3.0.1208
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-11 00:00:00.000000000 Z
11
+ date: 2026-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-hai.rb
36
37
  - lib/v20230812/client.rb
37
38
  - lib/v20230812/models.rb
38
- - lib/tencentcloud-sdk-hai.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: