public class VehicleInvoiceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VehicleInvoiceInfo() | 
| VehicleInvoiceInfo(VehicleInvoiceInfo 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 | getBizCheckFormNo()Get 商检单号 | 
| String | getBuyerNo()Get 购方身份证 | 
| String | getCarType()Get 车辆类型 | 
| String | getCertificateNo()Get 合格证号 | 
| String | getEngineNo()Get 发动机号码 | 
| String | getImportNo()Get 进口证明书号 | 
| String | getLimitCount()Get 限乘人数 | 
| String | getMotorBankAccount()Get 开户行 | 
| String | getMotorBankName()Get 银行账号 | 
| String | getMotorTaxRate()Get 税率 | 
| String | getPayTaxesNo()Get 完税证书号 | 
| String | getPlateModel()Get 厂牌型号 | 
| String | getProduceAddress()Get 产地 | 
| String | getSellerAddress()Get 销售地址 | 
| String | getSellerTel()Get 销售电话 | 
| String | getTaxtationOrgCode()Get 主管税务机关代码 | 
| String | getTaxtationOrgName()Get 主管税务机关名称 | 
| String | getTonnage()Get 吨位 | 
| String | getVinNo()Get LSVCA2NP9HN0xxxxx | 
| void | setBizCheckFormNo(String BizCheckFormNo)Set 商检单号 | 
| void | setBuyerNo(String BuyerNo)Set 购方身份证 | 
| void | setCarType(String CarType)Set 车辆类型 | 
| void | setCertificateNo(String CertificateNo)Set 合格证号 | 
| void | setEngineNo(String EngineNo)Set 发动机号码 | 
| void | setImportNo(String ImportNo)Set 进口证明书号 | 
| void | setLimitCount(String LimitCount)Set 限乘人数 | 
| void | setMotorBankAccount(String MotorBankAccount)Set 开户行 | 
| void | setMotorBankName(String MotorBankName)Set 银行账号 | 
| void | setMotorTaxRate(String MotorTaxRate)Set 税率 | 
| void | setPayTaxesNo(String PayTaxesNo)Set 完税证书号 | 
| void | setPlateModel(String PlateModel)Set 厂牌型号 | 
| void | setProduceAddress(String ProduceAddress)Set 产地 | 
| void | setSellerAddress(String SellerAddress)Set 销售地址 | 
| void | setSellerTel(String SellerTel)Set 销售电话 | 
| void | setTaxtationOrgCode(String TaxtationOrgCode)Set 主管税务机关代码 | 
| void | setTaxtationOrgName(String TaxtationOrgName)Set 主管税务机关名称 | 
| void | setTonnage(String Tonnage)Set 吨位 | 
| void | setVinNo(String VinNo)Set LSVCA2NP9HN0xxxxx | 
| 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 VehicleInvoiceInfo()
public VehicleInvoiceInfo(VehicleInvoiceInfo source)
public String getCarType()
public void setCarType(String CarType)
CarType - 车辆类型public String getPlateModel()
public void setPlateModel(String PlateModel)
PlateModel - 厂牌型号public String getProduceAddress()
public void setProduceAddress(String ProduceAddress)
ProduceAddress - 产地public String getCertificateNo()
public void setCertificateNo(String CertificateNo)
CertificateNo - 合格证号public String getImportNo()
public void setImportNo(String ImportNo)
ImportNo - 进口证明书号public String getVinNo()
public void setVinNo(String VinNo)
VinNo - LSVCA2NP9HN0xxxxxpublic String getPayTaxesNo()
public void setPayTaxesNo(String PayTaxesNo)
PayTaxesNo - 完税证书号public String getTonnage()
public void setTonnage(String Tonnage)
Tonnage - 吨位public String getLimitCount()
public void setLimitCount(String LimitCount)
LimitCount - 限乘人数public String getEngineNo()
public void setEngineNo(String EngineNo)
EngineNo - 发动机号码public String getBizCheckFormNo()
public void setBizCheckFormNo(String BizCheckFormNo)
BizCheckFormNo - 商检单号public String getTaxtationOrgCode()
public void setTaxtationOrgCode(String TaxtationOrgCode)
TaxtationOrgCode - 主管税务机关代码public String getTaxtationOrgName()
public void setTaxtationOrgName(String TaxtationOrgName)
TaxtationOrgName - 主管税务机关名称public String getMotorTaxRate()
public void setMotorTaxRate(String MotorTaxRate)
MotorTaxRate - 税率public String getMotorBankName()
public void setMotorBankName(String MotorBankName)
MotorBankName - 银行账号public String getMotorBankAccount()
public void setMotorBankAccount(String MotorBankAccount)
MotorBankAccount - 开户行public String getSellerAddress()
public void setSellerAddress(String SellerAddress)
SellerAddress - 销售地址public String getSellerTel()
public void setSellerTel(String SellerTel)
SellerTel - 销售电话public String getBuyerNo()
public void setBuyerNo(String BuyerNo)
BuyerNo - 购方身份证Copyright © 2025. All rights reserved.