tencentcloud-sdk-cpdp 1.0.361 → 1.0.364

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: 30b7458f7ec1cdafef879385312a56911b430269
4
- data.tar.gz: bc223a7b29b9e645eb6eb06afce98999ff5569ae
3
+ metadata.gz: e93a3b24e551b1ad03aba9983f550caaae052224
4
+ data.tar.gz: e6539014fd02618ecc39f23b8e0c8ed500d59416
5
5
  SHA512:
6
- metadata.gz: 616b1e975749d98ab7bd192397883248bce4e787a7f916cc71f170ea3ca9cdac93e8936746410d43c4df2db0b4612eb6d0d853ecd9de9d3c6c246b56ccb8af6e
7
- data.tar.gz: b1247ca4577509b67a09b73fa0eff8a9a2cae4cb0f53a762ce48d421b237038efb646a7f9fa33a3624f35400163fbaa306b3f517e7b7813294ca81d8f7f5ac0d
6
+ metadata.gz: b38c9565bb7c19484e0b22c50acde547e1574a527bfd97fca640cf05784e99c9ea23d8978f6ae22e9a3d7d0c84ea8aafdc1901483edccdfb4f3963a7ef6d7f1a
7
+ data.tar.gz: 23a9f660f48649209629430416943d983f6147d5c2dc6e6c9da2dc28f0efa40009415c392e6824aa2d4dd2d694ad6b73819e9e2a405b1646d0c9dcc3e8840f7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.361
1
+ 1.0.364
@@ -931,15 +931,20 @@ module TencentCloud
931
931
  # @param AmountBeforeTax: 税前金额
932
932
  # 注意:此字段可能返回 null,表示取不到有效值。
933
933
  # @type AmountBeforeTax: String
934
+ # @param AmountBeforeTaxWithTwoDigitPrecision: 两位精度税前金额
935
+ # 注意:此字段可能返回 null,表示取不到有效值。
936
+ # @type AmountBeforeTaxWithTwoDigitPrecision: String
934
937
 
935
- attr_accessor :AmountBeforeTax
938
+ attr_accessor :AmountBeforeTax, :AmountBeforeTaxWithTwoDigitPrecision
936
939
 
937
- def initialize(amountbeforetax=nil)
940
+ def initialize(amountbeforetax=nil, amountbeforetaxwithtwodigitprecision=nil)
938
941
  @AmountBeforeTax = amountbeforetax
942
+ @AmountBeforeTaxWithTwoDigitPrecision = amountbeforetaxwithtwodigitprecision
939
943
  end
940
944
 
941
945
  def deserialize(params)
942
946
  @AmountBeforeTax = params['AmountBeforeTax']
947
+ @AmountBeforeTaxWithTwoDigitPrecision = params['AmountBeforeTaxWithTwoDigitPrecision']
943
948
  end
944
949
  end
945
950
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cpdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.361
4
+ version: 1.0.364
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-21 00:00:00.000000000 Z
11
+ date: 2022-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common