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 City | 
| String | getCode()Get Invoice code | 
| Long | getCompanySealMark()Get Whether there is a company seal (0: No, 1: Yes) | 
| String | getKind()Get Invoice type | 
| String | getNumber()Get Invoice number | 
| String | getProvince()Get Province | 
| Long | getQRCodeMark()Get Whether there is a QR code (0: No, 1: Yes) | 
| String | getTitle()Get Invoice title | 
| String | getTotal()Get Total amount (in figures) | 
| String | getTotalCn()Get Total amount (in words) | 
| void | setCity(String City)Set City | 
| void | setCode(String Code)Set Invoice code | 
| void | setCompanySealMark(Long CompanySealMark)Set Whether there is a company seal (0: No, 1: Yes) | 
| void | setKind(String Kind)Set Invoice type | 
| void | setNumber(String Number)Set Invoice number | 
| void | setProvince(String Province)Set Province | 
| void | setQRCodeMark(Long QRCodeMark)Set Whether there is a QR code (0: No, 1: Yes) | 
| void | setTitle(String Title)Set Invoice title | 
| void | setTotal(String Total)Set Total amount (in figures) | 
| void | setTotalCn(String TotalCn)Set Total amount (in words) | 
| 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 QuotaInvoice()
public QuotaInvoice(QuotaInvoice source)
public String getTitle()
public void setTitle(String Title)
Title - Invoice titlepublic String getCode()
public void setCode(String Code)
Code - Invoice codepublic String getNumber()
public void setNumber(String Number)
Number - Invoice numberpublic String getTotal()
public void setTotal(String Total)
Total - Total amount (in figures)public String getTotalCn()
public void setTotalCn(String TotalCn)
TotalCn - Total amount (in words)public String getKind()
public void setKind(String Kind)
Kind - Invoice typepublic String getProvince()
public void setProvince(String Province)
Province - Provincepublic String getCity()
public void setCity(String City)
City - Citypublic Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark - Whether there is a QR code (0: No, 1: Yes)public Long getCompanySealMark()
public void setCompanySealMark(Long CompanySealMark)
CompanySealMark - Whether there is a company seal (0: No, 1: Yes)Copyright © 2025. All rights reserved.