tencentcloud-sdk-ocr 1.0.357 → 1.0.360
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/v20181119/models.rb +10 -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: 7ce3746021a05a2c752ed2a5baee101b37e686ac
|
4
|
+
data.tar.gz: b50a9ed440c7817553c9bce9f87f1b067b7475bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a7f3faeb87ae8fe4c1b877491e78554803cb69059ab76bf0438327bef352e0a2a852bbd673a9ad2f11f49aa111ceaefa51faeb4203277960ae842f270ab54eb
|
7
|
+
data.tar.gz: 54122f26ffd272c36e15ffbc9a1dc726a5ad703bec8dff847e346c3c1ad72070c5e91f278c79d09b238d48bfdd27f66204cc5442b51f65dd03887a2dd28a4fbb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.360
|
data/lib/v20181119/models.rb
CHANGED
@@ -7514,10 +7514,14 @@ module TencentCloud
|
|
7514
7514
|
# @type MotorBankName: String
|
7515
7515
|
# @param MotorBankAccount: 账号
|
7516
7516
|
# @type MotorBankAccount: String
|
7517
|
+
# @param SellerAddress: 销售地址
|
7518
|
+
# @type SellerAddress: String
|
7519
|
+
# @param SellerTel: 销售电话
|
7520
|
+
# @type SellerTel: String
|
7517
7521
|
|
7518
|
-
attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount
|
7522
|
+
attr_accessor :CarType, :PlateModel, :ProduceAddress, :CertificateNo, :ImportNo, :VinNo, :PayTaxesNo, :Tonnage, :LimitCount, :EngineNo, :BizCheckFormNo, :TaxtationOrgCode, :TaxtationOrgName, :MotorTaxRate, :MotorBankName, :MotorBankAccount, :SellerAddress, :SellerTel
|
7519
7523
|
|
7520
|
-
def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil)
|
7524
|
+
def initialize(cartype=nil, platemodel=nil, produceaddress=nil, certificateno=nil, importno=nil, vinno=nil, paytaxesno=nil, tonnage=nil, limitcount=nil, engineno=nil, bizcheckformno=nil, taxtationorgcode=nil, taxtationorgname=nil, motortaxrate=nil, motorbankname=nil, motorbankaccount=nil, selleraddress=nil, sellertel=nil)
|
7521
7525
|
@CarType = cartype
|
7522
7526
|
@PlateModel = platemodel
|
7523
7527
|
@ProduceAddress = produceaddress
|
@@ -7534,6 +7538,8 @@ module TencentCloud
|
|
7534
7538
|
@MotorTaxRate = motortaxrate
|
7535
7539
|
@MotorBankName = motorbankname
|
7536
7540
|
@MotorBankAccount = motorbankaccount
|
7541
|
+
@SellerAddress = selleraddress
|
7542
|
+
@SellerTel = sellertel
|
7537
7543
|
end
|
7538
7544
|
|
7539
7545
|
def deserialize(params)
|
@@ -7553,6 +7559,8 @@ module TencentCloud
|
|
7553
7559
|
@MotorTaxRate = params['MotorTaxRate']
|
7554
7560
|
@MotorBankName = params['MotorBankName']
|
7555
7561
|
@MotorBankAccount = params['MotorBankAccount']
|
7562
|
+
@SellerAddress = params['SellerAddress']
|
7563
|
+
@SellerTel = params['SellerTel']
|
7556
7564
|
end
|
7557
7565
|
end
|
7558
7566
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ocr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.360
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|