public class AlipayFinancialnetAuthContractMerchantSignModel extends AlipayObject
Constructor and Description |
---|
AlipayFinancialnetAuthContractMerchantSignModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNo()
Gets account no.
|
String |
getExtInfo()
Gets ext info.
|
FeeValue |
getFeeValue()
Gets fee value.
|
String |
getInstId()
Gets inst id.
|
String |
getSceneCode()
Gets scene code.
|
String |
getUserId()
Gets user id.
|
ValidStrategy |
getValidStrategy()
Gets valid strategy.
|
void |
setAccountNo(String accountNo)
Sets account no.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setFeeValue(FeeValue feeValue)
Sets fee value.
|
void |
setInstId(String instId)
Sets inst id.
|
void |
setSceneCode(String sceneCode)
Sets scene code.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setValidStrategy(ValidStrategy validStrategy)
Sets valid strategy.
|
public AlipayFinancialnetAuthContractMerchantSignModel()
public String getAccountNo()
public void setAccountNo(String accountNo)
accountNo
- the account nopublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic FeeValue getFeeValue()
public void setFeeValue(FeeValue feeValue)
feeValue
- the fee valuepublic String getInstId()
public void setInstId(String instId)
instId
- the inst idpublic String getSceneCode()
public void setSceneCode(String sceneCode)
sceneCode
- the scene codepublic String getUserId()
public void setUserId(String userId)
userId
- the user idpublic ValidStrategy getValidStrategy()
public void setValidStrategy(ValidStrategy validStrategy)
validStrategy
- the valid strategyCopyright © 2018. All rights reserved.