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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190820/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e93a3b24e551b1ad03aba9983f550caaae052224
|
4
|
+
data.tar.gz: e6539014fd02618ecc39f23b8e0c8ed500d59416
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b38c9565bb7c19484e0b22c50acde547e1574a527bfd97fca640cf05784e99c9ea23d8978f6ae22e9a3d7d0c84ea8aafdc1901483edccdfb4f3963a7ef6d7f1a
|
7
|
+
data.tar.gz: 23a9f660f48649209629430416943d983f6147d5c2dc6e6c9da2dc28f0efa40009415c392e6824aa2d4dd2d694ad6b73819e9e2a405b1646d0c9dcc3e8840f7b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.364
|
data/lib/v20190820/models.rb
CHANGED
@@ -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.
|
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-
|
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
|