public class QuotaInvoice extends AbstractModel
header, skipSign
Constructor and Description |
---|
QuotaInvoice() |
QuotaInvoice(QuotaInvoice 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 |
getCity()
Get 市
|
String |
getCode()
Get 发票代码
|
Long |
getCompanySealMark()
Get 是否有公司印章(0:没有,1:有)
|
String |
getKind()
Get 发票消费类型
|
String |
getNumber()
Get 发票号码
|
String |
getProvince()
Get 省
|
Long |
getQRCodeMark()
Get 是否存在二维码(1:有,0:无)
|
String |
getTitle()
Get 发票名称
|
String |
getTotal()
Get 价税合计(小写)
|
String |
getTotalCn()
Get 价税合计(大写)
|
void |
setCity(String City)
Set 市
|
void |
setCode(String Code)
Set 发票代码
|
void |
setCompanySealMark(Long CompanySealMark)
Set 是否有公司印章(0:没有,1:有)
|
void |
setKind(String Kind)
Set 发票消费类型
|
void |
setNumber(String Number)
Set 发票号码
|
void |
setProvince(String Province)
Set 省
|
void |
setQRCodeMark(Long QRCodeMark)
Set 是否存在二维码(1:有,0:无)
|
void |
setTitle(String Title)
Set 发票名称
|
void |
setTotal(String Total)
Set 价税合计(小写)
|
void |
setTotalCn(String TotalCn)
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 QuotaInvoice()
public QuotaInvoice(QuotaInvoice 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 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 getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark
- 是否存在二维码(1:有,0:无)public Long getCompanySealMark()
public void setCompanySealMark(Long CompanySealMark)
CompanySealMark
- 是否有公司印章(0:没有,1:有)Copyright © 2025. All rights reserved.