public class VatInvoiceUserInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddrTel()
Get 地 址、电 话
|
String |
getFinancialAccount()
Get 开户行及账号
|
String |
getName()
Get 名称
|
String |
getTaxId()
Get 纳税人识别号
|
void |
setAddrTel(String AddrTel)
Set 地 址、电 话
|
void |
setFinancialAccount(String FinancialAccount)
Set 开户行及账号
|
void |
setName(String Name)
Set 名称
|
void |
setTaxId(String TaxId)
Set 纳税人识别号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VatInvoiceUserInfo()
public VatInvoiceUserInfo(VatInvoiceUserInfo source)
public String getName()
public void setName(String Name)
Name
- 名称public String getTaxId()
public void setTaxId(String TaxId)
TaxId
- 纳税人识别号public String getAddrTel()
public void setAddrTel(String AddrTel)
AddrTel
- 地 址、电 话public String getFinancialAccount()
public void setFinancialAccount(String FinancialAccount)
FinancialAccount
- 开户行及账号Copyright © 2022. All rights reserved.