Class: TencentCloud::Ocr::V20181119::PassInvoiceInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20181119/models.rb

Overview

通行费发票信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(numberplate = nil, type = nil, passdatebegin = nil, passdateend = nil, taxclassifycode = nil) ⇒ PassInvoiceInfo

Returns a new instance of PassInvoiceInfo.



6387
6388
6389
6390
6391
6392
6393
# File 'lib/v20181119/models.rb', line 6387

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

#NumberPlateObject

Parameters:

  • NumberPlate:

    通行费车牌号

  • Type:

    通行费类型

  • PassDateBegin:

    通行日期起

  • PassDateEnd:

    通行日期止

  • TaxClassifyCode:

    税收分类编码



6385
6386
6387
# File 'lib/v20181119/models.rb', line 6385

def NumberPlate
  @NumberPlate
end

#PassDateBeginObject

Parameters:

  • NumberPlate:

    通行费车牌号

  • Type:

    通行费类型

  • PassDateBegin:

    通行日期起

  • PassDateEnd:

    通行日期止

  • TaxClassifyCode:

    税收分类编码



6385
6386
6387
# File 'lib/v20181119/models.rb', line 6385

def PassDateBegin
  @PassDateBegin
end

#PassDateEndObject

Parameters:

  • NumberPlate:

    通行费车牌号

  • Type:

    通行费类型

  • PassDateBegin:

    通行日期起

  • PassDateEnd:

    通行日期止

  • TaxClassifyCode:

    税收分类编码



6385
6386
6387
# File 'lib/v20181119/models.rb', line 6385

def PassDateEnd
  @PassDateEnd
end

#TaxClassifyCodeObject

Parameters:

  • NumberPlate:

    通行费车牌号

  • Type:

    通行费类型

  • PassDateBegin:

    通行日期起

  • PassDateEnd:

    通行日期止

  • TaxClassifyCode:

    税收分类编码



6385
6386
6387
# File 'lib/v20181119/models.rb', line 6385

def TaxClassifyCode
  @TaxClassifyCode
end

#TypeObject

Parameters:

  • NumberPlate:

    通行费车牌号

  • Type:

    通行费类型

  • PassDateBegin:

    通行日期起

  • PassDateEnd:

    通行日期止

  • TaxClassifyCode:

    税收分类编码



6385
6386
6387
# File 'lib/v20181119/models.rb', line 6385

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



6395
6396
6397
6398
6399
6400
6401
# File 'lib/v20181119/models.rb', line 6395

def deserialize(params)
  @NumberPlate = params['NumberPlate']
  @Type = params['Type']
  @PassDateBegin = params['PassDateBegin']
  @PassDateEnd = params['PassDateEnd']
  @TaxClassifyCode = params['TaxClassifyCode']
end