Class VatInvoiceUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.VatInvoiceUserInfo
-
public class VatInvoiceUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VatInvoiceUserInfo()VatInvoiceUserInfo(VatInvoiceUserInfo 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 StringgetAddrTel()Get 地 址、电 话StringgetFinancialAccount()Get 开户行及账号StringgetName()Get 名称StringgetTaxId()Get 纳税人识别号voidsetAddrTel(String AddrTel)Set 地 址、电 话voidsetFinancialAccount(String FinancialAccount)Set 开户行及账号voidsetName(String Name)Set 名称voidsetTaxId(String TaxId)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
-
VatInvoiceUserInfo
public VatInvoiceUserInfo()
-
VatInvoiceUserInfo
public VatInvoiceUserInfo(VatInvoiceUserInfo 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
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getTaxId
public String getTaxId()
Get 纳税人识别号- Returns:
- TaxId 纳税人识别号
-
setTaxId
public void setTaxId(String TaxId)
Set 纳税人识别号- Parameters:
TaxId- 纳税人识别号
-
getAddrTel
public String getAddrTel()
Get 地 址、电 话- Returns:
- AddrTel 地 址、电 话
-
setAddrTel
public void setAddrTel(String AddrTel)
Set 地 址、电 话- Parameters:
AddrTel- 地 址、电 话
-
getFinancialAccount
public String getFinancialAccount()
Get 开户行及账号- Returns:
- FinancialAccount 开户行及账号
-
setFinancialAccount
public void setFinancialAccount(String FinancialAccount)
Set 开户行及账号- Parameters:
FinancialAccount- 开户行及账号
-
-