Class: TencentCloud::Ocr::V20181119::TollInvoice

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

Overview

过路过桥费发票

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(title = nil, code = nil, number = nil, total = nil, kind = nil, date = nil, time = nil, entrance = nil, exit = nil, highwaymark = nil, qrcodemark = nil) ⇒ TollInvoice

Returns a new instance of TollInvoice.



12329
12330
12331
12332
12333
12334
12335
12336
12337
12338
12339
12340
12341
# File 'lib/v20181119/models.rb', line 12329

def initialize(title=nil, code=nil, number=nil, total=nil, kind=nil, date=nil, time=nil, entrance=nil, exit=nil, highwaymark=nil, qrcodemark=nil)
  @Title = title
  @Code = code
  @Number = number
  @Total = total
  @Kind = kind
  @Date = date
  @Time = time
  @Entrance = entrance
  @Exit = exit
  @HighwayMark = highwaymark
  @QRCodeMark = qrcodemark
end

Instance Attribute Details

#CodeObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Code
  @Code
end

#DateObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Date
  @Date
end

#EntranceObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Entrance
  @Entrance
end

#ExitObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Exit
  @Exit
end

#HighwayMarkObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def HighwayMark
  @HighwayMark
end

#KindObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Kind
  @Kind
end

#NumberObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Number
  @Number
end

#QRCodeMarkObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def QRCodeMark
  @QRCodeMark
end

#TimeObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Time
  @Time
end

#TitleObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Title
  @Title
end

#TotalObject

Parameters:

  • Title:

    发票名称

  • Code:

    发票代码

  • Number:

    发票号码

  • Total:

    价税合计(小写)

  • Kind:

    发票消费类型

  • Date:

    日期

  • Time:

    时间

  • Entrance:

    入口

  • Exit:

    出口

  • HighwayMark:

    高速标志(0:没有,1:有)

  • QRCodeMark:

    是否存在二维码(1:有,0:无)



12327
12328
12329
# File 'lib/v20181119/models.rb', line 12327

def Total
  @Total
end

Instance Method Details

#deserialize(params) ⇒ Object



12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
12354
12355
# File 'lib/v20181119/models.rb', line 12343

def deserialize(params)
  @Title = params['Title']
  @Code = params['Code']
  @Number = params['Number']
  @Total = params['Total']
  @Kind = params['Kind']
  @Date = params['Date']
  @Time = params['Time']
  @Entrance = params['Entrance']
  @Exit = params['Exit']
  @HighwayMark = params['HighwayMark']
  @QRCodeMark = params['QRCodeMark']
end