public class AlipayOverseasRemitWithdrawNotifyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOverseasRemitWithdrawNotifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getParticipantId() |
String |
getPassThroughInfo() |
String |
getWithdrawAmountCurrency() |
String |
getWithdrawAmountValue() |
String |
getWithdrawId() |
String |
getWithdrawRequestId() |
String |
getWithdrawResultCode() |
String |
getWithdrawResultMessage() |
String |
getWithdrawResultStatus() |
Date |
getWithdrawTime() |
void |
setParticipantId(String participantId) |
void |
setPassThroughInfo(String passThroughInfo) |
void |
setWithdrawAmountCurrency(String withdrawAmountCurrency) |
void |
setWithdrawAmountValue(String withdrawAmountValue) |
void |
setWithdrawId(String withdrawId) |
void |
setWithdrawRequestId(String withdrawRequestId) |
void |
setWithdrawResultCode(String withdrawResultCode) |
void |
setWithdrawResultMessage(String withdrawResultMessage) |
void |
setWithdrawResultStatus(String withdrawResultStatus) |
void |
setWithdrawTime(Date withdrawTime) |
public String getParticipantId()
public void setParticipantId(String participantId)
public String getPassThroughInfo()
public void setPassThroughInfo(String passThroughInfo)
public String getWithdrawAmountCurrency()
public void setWithdrawAmountCurrency(String withdrawAmountCurrency)
public String getWithdrawAmountValue()
public void setWithdrawAmountValue(String withdrawAmountValue)
public String getWithdrawId()
public void setWithdrawId(String withdrawId)
public String getWithdrawRequestId()
public void setWithdrawRequestId(String withdrawRequestId)
public String getWithdrawResultCode()
public void setWithdrawResultCode(String withdrawResultCode)
public String getWithdrawResultMessage()
public void setWithdrawResultMessage(String withdrawResultMessage)
public String getWithdrawResultStatus()
public void setWithdrawResultStatus(String withdrawResultStatus)
public Date getWithdrawTime()
public void setWithdrawTime(Date withdrawTime)
Copyright © 2023. All rights reserved.