public class JointAccountMemberList extends AlipayObject
| 构造器和说明 |
|---|
JointAccountMemberList() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JointAccountQuotaDTO> |
getAccountQuota() |
String |
getOpenId() |
String |
getUserId() |
void |
setAccountQuota(List<JointAccountQuotaDTO> accountQuota) |
void |
setOpenId(String openId) |
void |
setUserId(String userId) |
public List<JointAccountQuotaDTO> getAccountQuota()
public void setAccountQuota(List<JointAccountQuotaDTO> accountQuota)
public String getOpenId()
public void setOpenId(String openId)
public String getUserId()
public void setUserId(String userId)
Copyright © 2023. All rights reserved.