Class: TencentCloud::Ocr::V20181119::SingleInvoiceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::SingleInvoiceInfo
- Defined in:
- lib/v20181119/models.rb
Overview
混贴票据中单张发票的内容
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil, row = nil) ⇒ SingleInvoiceInfo
constructor
A new instance of SingleInvoiceInfo.
Constructor Details
#initialize(name = nil, value = nil, row = nil) ⇒ SingleInvoiceInfo
Returns a new instance of SingleInvoiceInfo.
10501 10502 10503 10504 10505 |
# File 'lib/v20181119/models.rb', line 10501 def initialize(name=nil, value=nil, row=nil) @Name = name @Value = value @Row = row end |
Instance Attribute Details
#Name ⇒ Object
10499 10500 10501 |
# File 'lib/v20181119/models.rb', line 10499 def Name @Name end |
#Row ⇒ Object
10499 10500 10501 |
# File 'lib/v20181119/models.rb', line 10499 def Row @Row end |
#Value ⇒ Object
10499 10500 10501 |
# File 'lib/v20181119/models.rb', line 10499 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10507 10508 10509 10510 10511 |
# File 'lib/v20181119/models.rb', line 10507 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Row = params['Row'] end |