public class VatInvoiceItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VatInvoiceItem() | 
| VatInvoiceItem(VatInvoiceItem 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAmountWithoutTax()Get 不含税金额 | 
| String | getArrivalPlace()Get 到达地 | 
| String | getConstructionName()Get 建筑项目名称 | 
| String | getConstructionPlace()Get 建筑服务发生地 | 
| String | getDeparturePlace()Get 起始地 | 
| String | getLineNo()Get 行号 | 
| String | getName()Get 名称 | 
| String | getQuantity()Get 数量 | 
| String | getSpec()Get 规格 | 
| String | getTaxAmount()Get 税额 | 
| String | getTaxClassifyCode()Get 税收分类编码 | 
| String | getTaxRate()Get 税率 | 
| String | getTransportItemsName()Get 运输货物名称 | 
| String | getUnit()Get 单位 | 
| String | getUnitPrice()Get 单价 | 
| String | getVehicleBrand()Get 运输工具牌号 | 
| String | getVehicleType()Get 运输工具类型 | 
| void | setAmountWithoutTax(String AmountWithoutTax)Set 不含税金额 | 
| void | setArrivalPlace(String ArrivalPlace)Set 到达地 | 
| void | setConstructionName(String ConstructionName)Set 建筑项目名称 | 
| void | setConstructionPlace(String ConstructionPlace)Set 建筑服务发生地 | 
| void | setDeparturePlace(String DeparturePlace)Set 起始地 | 
| void | setLineNo(String LineNo)Set 行号 | 
| void | setName(String Name)Set 名称 | 
| void | setQuantity(String Quantity)Set 数量 | 
| void | setSpec(String Spec)Set 规格 | 
| void | setTaxAmount(String TaxAmount)Set 税额 | 
| void | setTaxClassifyCode(String TaxClassifyCode)Set 税收分类编码 | 
| void | setTaxRate(String TaxRate)Set 税率 | 
| void | setTransportItemsName(String TransportItemsName)Set 运输货物名称 | 
| void | setUnit(String Unit)Set 单位 | 
| void | setUnitPrice(String UnitPrice)Set 单价 | 
| void | setVehicleBrand(String VehicleBrand)Set 运输工具牌号 | 
| void | setVehicleType(String VehicleType)Set 运输工具类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VatInvoiceItem()
public VatInvoiceItem(VatInvoiceItem source)
public String getLineNo()
public void setLineNo(String LineNo)
LineNo - 行号public String getName()
public void setName(String Name)
Name - 名称public String getSpec()
public void setSpec(String Spec)
Spec - 规格public String getUnit()
public void setUnit(String Unit)
Unit - 单位public String getQuantity()
public void setQuantity(String Quantity)
Quantity - 数量public String getUnitPrice()
public void setUnitPrice(String UnitPrice)
UnitPrice - 单价public String getAmountWithoutTax()
public void setAmountWithoutTax(String AmountWithoutTax)
AmountWithoutTax - 不含税金额public String getTaxRate()
public void setTaxRate(String TaxRate)
TaxRate - 税率public String getTaxAmount()
public void setTaxAmount(String TaxAmount)
TaxAmount - 税额public String getTaxClassifyCode()
public void setTaxClassifyCode(String TaxClassifyCode)
TaxClassifyCode - 税收分类编码public String getVehicleType()
public void setVehicleType(String VehicleType)
VehicleType - 运输工具类型public String getVehicleBrand()
public void setVehicleBrand(String VehicleBrand)
VehicleBrand - 运输工具牌号public String getDeparturePlace()
public void setDeparturePlace(String DeparturePlace)
DeparturePlace - 起始地public String getArrivalPlace()
public void setArrivalPlace(String ArrivalPlace)
ArrivalPlace - 到达地public String getTransportItemsName()
public void setTransportItemsName(String TransportItemsName)
TransportItemsName - 运输货物名称public String getConstructionPlace()
public void setConstructionPlace(String ConstructionPlace)
ConstructionPlace - 建筑服务发生地public String getConstructionName()
public void setConstructionName(String ConstructionName)
ConstructionName - 建筑项目名称Copyright © 2025. All rights reserved.