tencentcloud-sdk-ocr 3.0.779 → 3.0.781

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: f1790deabeca2ba2ce69d6bcfd448938a2c72be1
4
- data.tar.gz: e1cebab096c6d669119df1879e7605ed611e0c22
3
+ metadata.gz: 1e499ce11f13ca3b0cb0cab70513ef3530aa23fc
4
+ data.tar.gz: af22e82fe8013ecd4d1250ac30c7e4867d7f5238
5
5
  SHA512:
6
- metadata.gz: 6044a159eed97ae6c2947453999701ff2cbb53bcb03f4e2e07ff4e1bf75b34123645c046b86ccfb9676f8aa60ddf7bf30350659d807828097d8acf2e9c25d8e9
7
- data.tar.gz: 885344e1a5aa89fd8f5806008b0c1322156942a353ad9d48ea9d76bda894491367144ae70990ccbaf4a12bda0c6e93357ec1d3323073b3d7250b8217571f1b48
6
+ metadata.gz: faff918a97a49a55dee92b132363ab873e8e41c9dee09756799cae8054ef1118dbcf176bd366c8b4ca2673cc8e58d3e20ba512ff0f079f144eb28c404705107c
7
+ data.tar.gz: bd441c03e61f4ad9329078810c1eba766c7cd946fb6a371bef01bbd3d79cbbd7087ad3675f86a8bf365480c5d0db015789ac9d14618e157384a8d6eb03fdd959
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.779
1
+ 3.0.781
@@ -12162,10 +12162,14 @@ module TencentCloud
12162
12162
  # @type SellerTaxCode: String
12163
12163
  # @param EnableCommonElectronic: 是否开启通用机打电子发票,默认为关闭。
12164
12164
  # @type EnableCommonElectronic: Boolean
12165
+ # @param EnableTodayInvoice: 是否允许查验当日发票,默认值为false。
12165
12166
 
12166
- attr_accessor :InvoiceNo, :InvoiceDate, :InvoiceCode, :InvoiceKind, :CheckCode, :Amount, :RegionCode, :SellerTaxCode, :EnableCommonElectronic
12167
+ # 请注意,发票从开具到录入税局需要一定的时间来更新和验证发票信息,打开后仅支持查验已成功录入到税局中的发票。
12168
+ # @type EnableTodayInvoice: Boolean
12167
12169
 
12168
- def initialize(invoiceno=nil, invoicedate=nil, invoicecode=nil, invoicekind=nil, checkcode=nil, amount=nil, regioncode=nil, sellertaxcode=nil, enablecommonelectronic=nil)
12170
+ attr_accessor :InvoiceNo, :InvoiceDate, :InvoiceCode, :InvoiceKind, :CheckCode, :Amount, :RegionCode, :SellerTaxCode, :EnableCommonElectronic, :EnableTodayInvoice
12171
+
12172
+ def initialize(invoiceno=nil, invoicedate=nil, invoicecode=nil, invoicekind=nil, checkcode=nil, amount=nil, regioncode=nil, sellertaxcode=nil, enablecommonelectronic=nil, enabletodayinvoice=nil)
12169
12173
  @InvoiceNo = invoiceno
12170
12174
  @InvoiceDate = invoicedate
12171
12175
  @InvoiceCode = invoicecode
@@ -12175,6 +12179,7 @@ module TencentCloud
12175
12179
  @RegionCode = regioncode
12176
12180
  @SellerTaxCode = sellertaxcode
12177
12181
  @EnableCommonElectronic = enablecommonelectronic
12182
+ @EnableTodayInvoice = enabletodayinvoice
12178
12183
  end
12179
12184
 
12180
12185
  def deserialize(params)
@@ -12187,6 +12192,7 @@ module TencentCloud
12187
12192
  @RegionCode = params['RegionCode']
12188
12193
  @SellerTaxCode = params['SellerTaxCode']
12189
12194
  @EnableCommonElectronic = params['EnableCommonElectronic']
12195
+ @EnableTodayInvoice = params['EnableTodayInvoice']
12190
12196
  end
12191
12197
  end
12192
12198
 
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: 3.0.779
4
+ version: 3.0.781
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20181119/client.rb
37
36
  - lib/v20181119/models.rb
37
+ - lib/v20181119/client.rb
38
38
  - lib/tencentcloud-sdk-ocr.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby