public class AlipayUserCharityWithholdCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayUserCharityWithholdCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizId() |
Long |
getDonateAmount() |
String |
getExtInfo() |
String |
getOpenId() |
String |
getOutBizNo() |
String |
getProductCode() |
String |
getProjectId() |
String |
getUserId() |
String |
getWithholdPid() |
void |
setBizId(String bizId) |
void |
setDonateAmount(Long donateAmount) |
void |
setExtInfo(String extInfo) |
void |
setOpenId(String openId) |
void |
setOutBizNo(String outBizNo) |
void |
setProductCode(String productCode) |
void |
setProjectId(String projectId) |
void |
setUserId(String userId) |
void |
setWithholdPid(String withholdPid) |
public String getBizId()
public void setBizId(String bizId)
public Long getDonateAmount()
public void setDonateAmount(Long donateAmount)
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 getProductCode()
public void setProductCode(String productCode)
public String getProjectId()
public void setProjectId(String projectId)
public String getUserId()
public void setUserId(String userId)
public String getWithholdPid()
public void setWithholdPid(String withholdPid)
Copyright © 2023. All rights reserved.