public class AlipayEbppIndustryPerformOrderRefundResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayEbppIndustryPerformOrderRefundResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillAmount() |
String |
getBillNo() |
String |
getInstCode() |
String |
getOutNo() |
String |
getPayAmount() |
String |
getRefundAmount() |
String |
getServiceCode() |
String |
getTradeNo() |
void |
setBillAmount(String billAmount) |
void |
setBillNo(String billNo) |
void |
setInstCode(String instCode) |
void |
setOutNo(String outNo) |
void |
setPayAmount(String payAmount) |
void |
setRefundAmount(String refundAmount) |
void |
setServiceCode(String serviceCode) |
void |
setTradeNo(String tradeNo) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayEbppIndustryPerformOrderRefundResponse()
public void setBillAmount(String billAmount)
public String getBillAmount()
public void setBillNo(String billNo)
public String getBillNo()
public void setInstCode(String instCode)
public String getInstCode()
public void setOutNo(String outNo)
public String getOutNo()
public void setPayAmount(String payAmount)
public String getPayAmount()
public void setRefundAmount(String refundAmount)
public String getRefundAmount()
public void setServiceCode(String serviceCode)
public String getServiceCode()
public void setTradeNo(String tradeNo)
public String getTradeNo()
Copyright © 2024. All rights reserved.