public class AlipayEbppIndustrySupervisionPayQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayEbppIndustrySupervisionPayQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAmount() |
String |
getCurrency() |
String |
getOutFlowId() |
String |
getOutOrderNo() |
String |
getPayeeParticipantInfo() |
String |
getPayerParticipantInfo() |
String |
getPayStatus() |
String |
getPayTitle() |
String |
getRemark() |
String |
getTradeNo() |
void |
setAmount(Long amount) |
void |
setCurrency(String currency) |
void |
setOutFlowId(String outFlowId) |
void |
setOutOrderNo(String outOrderNo) |
void |
setPayeeParticipantInfo(String payeeParticipantInfo) |
void |
setPayerParticipantInfo(String payerParticipantInfo) |
void |
setPayStatus(String payStatus) |
void |
setPayTitle(String payTitle) |
void |
setRemark(String remark) |
void |
setTradeNo(String tradeNo) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayEbppIndustrySupervisionPayQueryResponse()
public void setAmount(Long amount)
public Long getAmount()
public void setCurrency(String currency)
public String getCurrency()
public void setOutFlowId(String outFlowId)
public String getOutFlowId()
public void setOutOrderNo(String outOrderNo)
public String getOutOrderNo()
public void setPayStatus(String payStatus)
public String getPayStatus()
public void setPayTitle(String payTitle)
public String getPayTitle()
public void setPayeeParticipantInfo(String payeeParticipantInfo)
public String getPayeeParticipantInfo()
public void setPayerParticipantInfo(String payerParticipantInfo)
public String getPayerParticipantInfo()
public void setRemark(String remark)
public String getRemark()
public void setTradeNo(String tradeNo)
public String getTradeNo()
Copyright © 2024. All rights reserved.