Class: TencentCloud::Ocr::V20181119::PassInvoiceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::PassInvoiceInfo
- Defined in:
- lib/v20181119/models.rb
Overview
通行费发票信息
Instance Attribute Summary collapse
- #NumberPlate ⇒ Object
- #PassDateBegin ⇒ Object
- #PassDateEnd ⇒ Object
- #TaxClassifyCode ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(numberplate = nil, type = nil, passdatebegin = nil, passdateend = nil, taxclassifycode = nil) ⇒ PassInvoiceInfo
constructor
A new instance of PassInvoiceInfo.
Constructor Details
#initialize(numberplate = nil, type = nil, passdatebegin = nil, passdateend = nil, taxclassifycode = nil) ⇒ PassInvoiceInfo
Returns a new instance of PassInvoiceInfo.
6600 6601 6602 6603 6604 6605 6606 |
# File 'lib/v20181119/models.rb', line 6600 def initialize(numberplate=nil, type=nil, passdatebegin=nil, passdateend=nil, taxclassifycode=nil) @NumberPlate = numberplate @Type = type @PassDateBegin = passdatebegin @PassDateEnd = passdateend @TaxClassifyCode = taxclassifycode end |
Instance Attribute Details
#NumberPlate ⇒ Object
6598 6599 6600 |
# File 'lib/v20181119/models.rb', line 6598 def NumberPlate @NumberPlate end |
#PassDateBegin ⇒ Object
6598 6599 6600 |
# File 'lib/v20181119/models.rb', line 6598 def PassDateBegin @PassDateBegin end |
#PassDateEnd ⇒ Object
6598 6599 6600 |
# File 'lib/v20181119/models.rb', line 6598 def PassDateEnd @PassDateEnd end |
#TaxClassifyCode ⇒ Object
6598 6599 6600 |
# File 'lib/v20181119/models.rb', line 6598 def TaxClassifyCode @TaxClassifyCode end |
#Type ⇒ Object
6598 6599 6600 |
# File 'lib/v20181119/models.rb', line 6598 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6608 6609 6610 6611 6612 6613 6614 |
# File 'lib/v20181119/models.rb', line 6608 def deserialize(params) @NumberPlate = params['NumberPlate'] @Type = params['Type'] @PassDateBegin = params['PassDateBegin'] @PassDateEnd = params['PassDateEnd'] @TaxClassifyCode = params['TaxClassifyCode'] end |