public class AlipayCommerceTaskExtSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceTaskExtSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlipayUserId() |
String |
getBizId() |
String |
getChannel() |
String |
getExtInfo() |
String |
getOpenId() |
String |
getOutBizNo() |
String |
getSyncType() |
String |
getType() |
void |
setAlipayUserId(String alipayUserId) |
void |
setBizId(String bizId) |
void |
setChannel(String channel) |
void |
setExtInfo(String extInfo) |
void |
setOpenId(String openId) |
void |
setOutBizNo(String outBizNo) |
void |
setSyncType(String syncType) |
void |
setType(String type) |
public String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
public String getBizId()
public void setBizId(String bizId)
public String getChannel()
public void setChannel(String channel)
public String getExtInfo()
public void setExtInfo(String extInfo)
public String getOpenId()
public void setOpenId(String openId)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public String getSyncType()
public void setSyncType(String syncType)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.