tencentcloud-sdk-ocr 3.0.873 → 3.0.875

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: 509baa9ccad62570098a6d3eaa0e0c63d5343a79
4
- data.tar.gz: 7f932955387d09af441188a1fb68d01a6af5dedb
3
+ metadata.gz: e5c259956a837da8af281823a0487df1ff5e19fc
4
+ data.tar.gz: f808b25d99229ad867abb03d84cd8f4cf7622408
5
5
  SHA512:
6
- metadata.gz: 76d4e7e6f74cb6c1cd76c62215a0bb485a8ab7082c3fabe5b3ccc4f930b762ca4e43b89c2462accb38b3cb518c04df2868b786adfac55accc4c91a1d34c041b7
7
- data.tar.gz: e303893589f6bd18515453bd1580d9906b84b5281bdab39b82e4443479518da225c8f3471eb843cce487b2a1e8f7862ac0a5f4c235ad063f83d242e00cc197e0
6
+ metadata.gz: 479aff3113c430bae0f35fdbc9a29fc928719941f0ea8cf6ddaa622d80579b239d3e3c54bb239b17fa3090aafee32e01a0a50f697af01d8ad973a2ca71e32da7
7
+ data.tar.gz: 00cfeb52c6fde54065aa5070307b6d693a9f9011cc3bd6872a1ef7bcc235fba8526d6e788ec22031a38a97c47d0965e731662054cc9651b6f11cfa823eb56bb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.873
1
+ 3.0.875
@@ -13497,12 +13497,14 @@ module TencentCloud
13497
13497
  # @type AirTicketInfo: :class:`Tencentcloud::Ocr.v20181119.models.AirTicketInfo`
13498
13498
  # @param RailwayTicketInfo: 铁路电子客票
13499
13499
  # @type RailwayTicketInfo: :class:`Tencentcloud::Ocr.v20181119.models.RailwayTicketInfo`
13500
+ # @param InvoiceTitle: 发票标题
13501
+ # @type InvoiceTitle: String
13500
13502
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13501
13503
  # @type RequestId: String
13502
13504
 
13503
- attr_accessor :Type, :InvoiceCode, :InvoiceNumber, :IssueDate, :InvoiceCheckCode, :MachineNumber, :TaxControlCode, :Buyer, :Seller, :TaxInclusiveTotalAmount, :InvoiceClerk, :Payee, :Checker, :TaxTotalAmount, :TaxExclusiveTotalAmount, :Note, :GoodsInfos, :AirTicketInfo, :RailwayTicketInfo, :RequestId
13505
+ attr_accessor :Type, :InvoiceCode, :InvoiceNumber, :IssueDate, :InvoiceCheckCode, :MachineNumber, :TaxControlCode, :Buyer, :Seller, :TaxInclusiveTotalAmount, :InvoiceClerk, :Payee, :Checker, :TaxTotalAmount, :TaxExclusiveTotalAmount, :Note, :GoodsInfos, :AirTicketInfo, :RailwayTicketInfo, :InvoiceTitle, :RequestId
13504
13506
 
13505
- def initialize(type=nil, invoicecode=nil, invoicenumber=nil, issuedate=nil, invoicecheckcode=nil, machinenumber=nil, taxcontrolcode=nil, buyer=nil, seller=nil, taxinclusivetotalamount=nil, invoiceclerk=nil, payee=nil, checker=nil, taxtotalamount=nil, taxexclusivetotalamount=nil, note=nil, goodsinfos=nil, airticketinfo=nil, railwayticketinfo=nil, requestid=nil)
13507
+ def initialize(type=nil, invoicecode=nil, invoicenumber=nil, issuedate=nil, invoicecheckcode=nil, machinenumber=nil, taxcontrolcode=nil, buyer=nil, seller=nil, taxinclusivetotalamount=nil, invoiceclerk=nil, payee=nil, checker=nil, taxtotalamount=nil, taxexclusivetotalamount=nil, note=nil, goodsinfos=nil, airticketinfo=nil, railwayticketinfo=nil, invoicetitle=nil, requestid=nil)
13506
13508
  @Type = type
13507
13509
  @InvoiceCode = invoicecode
13508
13510
  @InvoiceNumber = invoicenumber
@@ -13522,6 +13524,7 @@ module TencentCloud
13522
13524
  @GoodsInfos = goodsinfos
13523
13525
  @AirTicketInfo = airticketinfo
13524
13526
  @RailwayTicketInfo = railwayticketinfo
13527
+ @InvoiceTitle = invoicetitle
13525
13528
  @RequestId = requestid
13526
13529
  end
13527
13530
 
@@ -13564,6 +13567,7 @@ module TencentCloud
13564
13567
  @RailwayTicketInfo = RailwayTicketInfo.new
13565
13568
  @RailwayTicketInfo.deserialize(params['RailwayTicketInfo'])
13566
13569
  end
13570
+ @InvoiceTitle = params['InvoiceTitle']
13567
13571
  @RequestId = params['RequestId']
13568
13572
  end
13569
13573
  end
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.873
4
+ version: 3.0.875
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-07-25 00:00:00.000000000 Z
11
+ date: 2024-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common