tencentcloud-sdk-cpdp 1.0.363 → 1.0.364

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f77cb69987201edd5a56e61ddf93cc2e3a5fa84f
4
- data.tar.gz: ad55f44b9aeea0ef3c59b67a713051c3e1cd91fd
3
+ metadata.gz: e93a3b24e551b1ad03aba9983f550caaae052224
4
+ data.tar.gz: e6539014fd02618ecc39f23b8e0c8ed500d59416
5
5
  SHA512:
6
- metadata.gz: 24860783b66635ed469915f0e022254c9f8eb0e8bb2d5b0b49f33db93e34b7337debd0199c19293a3d4d093c4e6901e3731498770740956412268d37473db0df
7
- data.tar.gz: 557217d2d454888fef515efc150b1d7069a33fcc983840036acec18a4a2fe209715e315c5f87dc5b96c78d5b273bc614adca0a2f2252b3e64266e828c5c26fb5
6
+ metadata.gz: b38c9565bb7c19484e0b22c50acde547e1574a527bfd97fca640cf05784e99c9ea23d8978f6ae22e9a3d7d0c84ea8aafdc1901483edccdfb4f3963a7ef6d7f1a
7
+ data.tar.gz: 23a9f660f48649209629430416943d983f6147d5c2dc6e6c9da2dc28f0efa40009415c392e6824aa2d4dd2d694ad6b73819e9e2a405b1646d0c9dcc3e8840f7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.363
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.363
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-25 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