Class VatInvoiceItemInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.VatInvoiceItemInfo
-
public class VatInvoiceItemInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VatInvoiceItemInfo()VatInvoiceItemInfo(VatInvoiceItemInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDateEnd()Get 通行日期止StringgetDateStart()Get 通行日期起StringgetLicensePlate()Get 车牌号StringgetName()Get 项目名称StringgetPrice()Get 单价StringgetQuantity()Get 数量StringgetSerialNumber()Get 序号StringgetSpecification()Get 规格型号StringgetTax()Get 税额StringgetTaxRate()Get 税率StringgetTotal()Get 金额StringgetUnit()Get 单位StringgetVehicleType()Get 车辆类型voidsetDateEnd(String DateEnd)Set 通行日期止voidsetDateStart(String DateStart)Set 通行日期起voidsetLicensePlate(String LicensePlate)Set 车牌号voidsetName(String Name)Set 项目名称voidsetPrice(String Price)Set 单价voidsetQuantity(String Quantity)Set 数量voidsetSerialNumber(String SerialNumber)Set 序号voidsetSpecification(String Specification)Set 规格型号voidsetTax(String Tax)Set 税额voidsetTaxRate(String TaxRate)Set 税率voidsetTotal(String Total)Set 金额voidsetUnit(String Unit)Set 单位voidsetVehicleType(String VehicleType)Set 车辆类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VatInvoiceItemInfo
public VatInvoiceItemInfo()
-
VatInvoiceItemInfo
public VatInvoiceItemInfo(VatInvoiceItemInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getName
public String getName()
Get 项目名称- Returns:
- Name 项目名称
-
setName
public void setName(String Name)
Set 项目名称- Parameters:
Name- 项目名称
-
getSpecification
public String getSpecification()
Get 规格型号- Returns:
- Specification 规格型号
-
setSpecification
public void setSpecification(String Specification)
Set 规格型号- Parameters:
Specification- 规格型号
-
getUnit
public String getUnit()
Get 单位- Returns:
- Unit 单位
-
setUnit
public void setUnit(String Unit)
Set 单位- Parameters:
Unit- 单位
-
getQuantity
public String getQuantity()
Get 数量- Returns:
- Quantity 数量
-
setQuantity
public void setQuantity(String Quantity)
Set 数量- Parameters:
Quantity- 数量
-
getPrice
public String getPrice()
Get 单价- Returns:
- Price 单价
-
setPrice
public void setPrice(String Price)
Set 单价- Parameters:
Price- 单价
-
getTotal
public String getTotal()
Get 金额- Returns:
- Total 金额
-
setTotal
public void setTotal(String Total)
Set 金额- Parameters:
Total- 金额
-
getTaxRate
public String getTaxRate()
Get 税率- Returns:
- TaxRate 税率
-
setTaxRate
public void setTaxRate(String TaxRate)
Set 税率- Parameters:
TaxRate- 税率
-
getTax
public String getTax()
Get 税额- Returns:
- Tax 税额
-
setTax
public void setTax(String Tax)
Set 税额- Parameters:
Tax- 税额
-
getDateStart
public String getDateStart()
Get 通行日期起- Returns:
- DateStart 通行日期起
-
setDateStart
public void setDateStart(String DateStart)
Set 通行日期起- Parameters:
DateStart- 通行日期起
-
getDateEnd
public String getDateEnd()
Get 通行日期止- Returns:
- DateEnd 通行日期止
-
setDateEnd
public void setDateEnd(String DateEnd)
Set 通行日期止- Parameters:
DateEnd- 通行日期止
-
getLicensePlate
public String getLicensePlate()
Get 车牌号- Returns:
- LicensePlate 车牌号
-
setLicensePlate
public void setLicensePlate(String LicensePlate)
Set 车牌号- Parameters:
LicensePlate- 车牌号
-
getVehicleType
public String getVehicleType()
Get 车辆类型- Returns:
- VehicleType 车辆类型
-
setVehicleType
public void setVehicleType(String VehicleType)
Set 车辆类型- Parameters:
VehicleType- 车辆类型
-
getSerialNumber
public String getSerialNumber()
Get 序号- Returns:
- SerialNumber 序号
-
setSerialNumber
public void setSerialNumber(String SerialNumber)
Set 序号- Parameters:
SerialNumber- 序号
-
-