public class VatInvoiceRoll extends AbstractModel
header, skipSign
Constructor and Description |
---|
VatInvoiceRoll() |
VatInvoiceRoll(VatInvoiceRoll 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 |
getBuyer()
Get 购买方名称
|
String |
getBuyerTaxID()
Get 购买方纳税人识别号
|
String |
getCategory()
Get 种类
|
String |
getCheckCode()
Get 校验码
|
String |
getCity()
Get 市
|
String |
getCode()
Get 发票代码
|
String |
getCompanySealContent()
Get 公司印章内容
|
Long |
getCompanySealMark()
Get 是否有公司印章(0:没有,1:有)
|
String |
getDate()
Get 开票日期
|
String |
getKind()
Get 发票消费类型
|
String |
getNumber()
Get 发票号码
|
String |
getNumberConfirm()
Get 机打发票号码
|
String |
getProvince()
Get 省
|
Long |
getQRCodeMark()
Get 是否存在二维码(1:有,0:无)
|
String |
getSeller()
Get 销售方名称
|
String |
getSellerTaxID()
Get 销售方纳税人识别号
|
String |
getServiceName()
Get 服务类型
|
String |
getTaxSealContent()
Get 税务局章内容
|
String |
getTitle()
Get 发票名称
|
String |
getTotal()
Get 价税合计(小写)
|
String |
getTotalCn()
Get 价税合计(大写)
|
VatRollItem[] |
getVatRollItems()
Get 条目
|
void |
setBuyer(String Buyer)
Set 购买方名称
|
void |
setBuyerTaxID(String BuyerTaxID)
Set 购买方纳税人识别号
|
void |
setCategory(String Category)
Set 种类
|
void |
setCheckCode(String CheckCode)
Set 校验码
|
void |
setCity(String City)
Set 市
|
void |
setCode(String Code)
Set 发票代码
|
void |
setCompanySealContent(String CompanySealContent)
Set 公司印章内容
|
void |
setCompanySealMark(Long CompanySealMark)
Set 是否有公司印章(0:没有,1:有)
|
void |
setDate(String Date)
Set 开票日期
|
void |
setKind(String Kind)
Set 发票消费类型
|
void |
setNumber(String Number)
Set 发票号码
|
void |
setNumberConfirm(String NumberConfirm)
Set 机打发票号码
|
void |
setProvince(String Province)
Set 省
|
void |
setQRCodeMark(Long QRCodeMark)
Set 是否存在二维码(1:有,0:无)
|
void |
setSeller(String Seller)
Set 销售方名称
|
void |
setSellerTaxID(String SellerTaxID)
Set 销售方纳税人识别号
|
void |
setServiceName(String ServiceName)
Set 服务类型
|
void |
setTaxSealContent(String TaxSealContent)
Set 税务局章内容
|
void |
setTitle(String Title)
Set 发票名称
|
void |
setTotal(String Total)
Set 价税合计(小写)
|
void |
setTotalCn(String TotalCn)
Set 价税合计(大写)
|
void |
setVatRollItems(VatRollItem[] VatRollItems)
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, toJsonString
public VatInvoiceRoll()
public VatInvoiceRoll(VatInvoiceRoll source)
public String getTitle()
public void setTitle(String Title)
Title
- 发票名称public String getCode()
public void setCode(String Code)
Code
- 发票代码public String getNumber()
public void setNumber(String Number)
Number
- 发票号码public String getNumberConfirm()
public void setNumberConfirm(String NumberConfirm)
NumberConfirm
- 机打发票号码public String getDate()
public void setDate(String Date)
Date
- 开票日期public String getCheckCode()
public void setCheckCode(String CheckCode)
CheckCode
- 校验码public String getSeller()
public void setSeller(String Seller)
Seller
- 销售方名称public String getSellerTaxID()
public void setSellerTaxID(String SellerTaxID)
SellerTaxID
- 销售方纳税人识别号public String getBuyer()
public void setBuyer(String Buyer)
Buyer
- 购买方名称public String getBuyerTaxID()
public void setBuyerTaxID(String BuyerTaxID)
BuyerTaxID
- 购买方纳税人识别号public String getCategory()
public void setCategory(String Category)
Category
- 种类public String getTotal()
public void setTotal(String Total)
Total
- 价税合计(小写)public String getTotalCn()
public void setTotalCn(String TotalCn)
TotalCn
- 价税合计(大写)public String getKind()
public void setKind(String Kind)
Kind
- 发票消费类型public String getProvince()
public void setProvince(String Province)
Province
- 省public String getCity()
public void setCity(String City)
City
- 市public Long getCompanySealMark()
public void setCompanySealMark(Long CompanySealMark)
CompanySealMark
- 是否有公司印章(0:没有,1:有)public Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark
- 是否存在二维码(1:有,0:无)public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- 服务类型public String getCompanySealContent()
public void setCompanySealContent(String CompanySealContent)
CompanySealContent
- 公司印章内容public String getTaxSealContent()
public void setTaxSealContent(String TaxSealContent)
TaxSealContent
- 税务局章内容public VatRollItem[] getVatRollItems()
public void setVatRollItems(VatRollItem[] VatRollItems)
VatRollItems
- 条目Copyright © 2024. All rights reserved.