public class AlipayFundAccountQueryModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayFundAccountQueryModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountProductCode() |
String |
getAccountSceneCode() |
String |
getAccountType() |
String |
getAlipayUserId() |
String |
getExtInfo() |
String |
getMerchantUserId() |
void |
setAccountProductCode(String accountProductCode) |
void |
setAccountSceneCode(String accountSceneCode) |
void |
setAccountType(String accountType) |
void |
setAlipayUserId(String alipayUserId) |
void |
setExtInfo(String extInfo) |
void |
setMerchantUserId(String merchantUserId) |
public String getAccountProductCode()
public void setAccountProductCode(String accountProductCode)
public String getAccountSceneCode()
public void setAccountSceneCode(String accountSceneCode)
public String getAccountType()
public void setAccountType(String accountType)
public String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
public String getExtInfo()
public void setExtInfo(String extInfo)
public String getMerchantUserId()
public void setMerchantUserId(String merchantUserId)
Copyright © 2020. All rights reserved.