Class QuotaInvoice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.QuotaInvoice
-
public class QuotaInvoice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()Get 市StringgetCode()Get 发票代码LonggetCompanySealMark()Get 是否有公司印章(0:没有,1:有)StringgetKind()Get 发票消费类型StringgetNumber()Get 发票号码StringgetProvince()Get 省LonggetQRCodeMark()Get 是否存在二维码(1:有,0:无)StringgetTitle()Get 发票名称StringgetTotal()Get 价税合计(小写)StringgetTotalCn()Get 价税合计(大写)voidsetCity(String City)Set 市voidsetCode(String Code)Set 发票代码voidsetCompanySealMark(Long CompanySealMark)Set 是否有公司印章(0:没有,1:有)voidsetKind(String Kind)Set 发票消费类型voidsetNumber(String Number)Set 发票号码voidsetProvince(String Province)Set 省voidsetQRCodeMark(Long QRCodeMark)Set 是否存在二维码(1:有,0:无)voidsetTitle(String Title)Set 发票名称voidsetTotal(String Total)Set 价税合计(小写)voidsetTotalCn(String TotalCn)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
-
QuotaInvoice
public QuotaInvoice()
-
QuotaInvoice
public 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.
-
-
Method Detail
-
getTitle
public String getTitle()
Get 发票名称- Returns:
- Title 发票名称
-
setTitle
public void setTitle(String Title)
Set 发票名称- Parameters:
Title- 发票名称
-
getCode
public String getCode()
Get 发票代码- Returns:
- Code 发票代码
-
setCode
public void setCode(String Code)
Set 发票代码- Parameters:
Code- 发票代码
-
getNumber
public String getNumber()
Get 发票号码- Returns:
- Number 发票号码
-
setNumber
public void setNumber(String Number)
Set 发票号码- Parameters:
Number- 发票号码
-
getTotal
public String getTotal()
Get 价税合计(小写)- Returns:
- Total 价税合计(小写)
-
setTotal
public void setTotal(String Total)
Set 价税合计(小写)- Parameters:
Total- 价税合计(小写)
-
getTotalCn
public String getTotalCn()
Get 价税合计(大写)- Returns:
- TotalCn 价税合计(大写)
-
setTotalCn
public void setTotalCn(String TotalCn)
Set 价税合计(大写)- Parameters:
TotalCn- 价税合计(大写)
-
getKind
public String getKind()
Get 发票消费类型- Returns:
- Kind 发票消费类型
-
setKind
public void setKind(String Kind)
Set 发票消费类型- Parameters:
Kind- 发票消费类型
-
getProvince
public String getProvince()
Get 省- Returns:
- Province 省
-
setProvince
public void setProvince(String Province)
Set 省- Parameters:
Province- 省
-
getCity
public String getCity()
Get 市- Returns:
- City 市
-
setCity
public void setCity(String City)
Set 市- Parameters:
City- 市
-
getQRCodeMark
public Long getQRCodeMark()
Get 是否存在二维码(1:有,0:无)- Returns:
- QRCodeMark 是否存在二维码(1:有,0:无)
-
setQRCodeMark
public void setQRCodeMark(Long QRCodeMark)
Set 是否存在二维码(1:有,0:无)- Parameters:
QRCodeMark- 是否存在二维码(1:有,0:无)
-
getCompanySealMark
public Long getCompanySealMark()
Get 是否有公司印章(0:没有,1:有)- Returns:
- CompanySealMark 是否有公司印章(0:没有,1:有)
-
setCompanySealMark
public void setCompanySealMark(Long CompanySealMark)
Set 是否有公司印章(0:没有,1:有)- Parameters:
CompanySealMark- 是否有公司印章(0:没有,1:有)
-
-