public class AlipayEbppInvoiceTitleSyncModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEbppInvoiceTitleSyncModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOpenBankAccount()
Gets open bank account.
|
String |
getOpenBankName()
Gets open bank name.
|
String |
getTaxRegisterNo()
Gets tax register no.
|
String |
getTitleName()
Gets title name.
|
String |
getUserAddress()
Gets user address.
|
String |
getUserId()
Gets user id.
|
String |
getUserMobile()
Gets user mobile.
|
void |
setOpenBankAccount(String openBankAccount)
Sets open bank account.
|
void |
setOpenBankName(String openBankName)
Sets open bank name.
|
void |
setTaxRegisterNo(String taxRegisterNo)
Sets tax register no.
|
void |
setTitleName(String titleName)
Sets title name.
|
void |
setUserAddress(String userAddress)
Sets user address.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setUserMobile(String userMobile)
Sets user mobile.
|
public String getOpenBankAccount()
public void setOpenBankAccount(String openBankAccount)
openBankAccount - the open bank accountpublic String getOpenBankName()
public void setOpenBankName(String openBankName)
openBankName - the open bank namepublic String getTaxRegisterNo()
public void setTaxRegisterNo(String taxRegisterNo)
taxRegisterNo - the tax register nopublic String getTitleName()
public void setTitleName(String titleName)
titleName - the title namepublic String getUserAddress()
public void setUserAddress(String userAddress)
userAddress - the user addresspublic String getUserId()
public void setUserId(String userId)
userId - the user idpublic String getUserMobile()
public void setUserMobile(String userMobile)
userMobile - the user mobileCopyright © 2018. All rights reserved.