public class PayRefundRequest extends PayRequest
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,String> |
attach |
protected String |
clientAddr |
protected String |
clienthost |
protected long |
paymoney |
protected long |
refundmoney |
protected String |
refundno |
protected String |
thirdpayno |
appid, payno, paytype, subpaytype| 构造器和说明 |
|---|
PayRefundRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
add(String key,
String value)
已过时。
|
String |
attach(String name)
已过时。
|
Map<String,String> |
attach(String key,
Object value) |
String |
attach(String name,
String defValue)
已过时。
|
void |
checkVaild() |
Map<String,String> |
getAttach() |
String |
getAttach(String name) |
String |
getAttach(String name,
String defValue) |
String |
getClientAddr() |
String |
getClienthost() |
Map<String,String> |
getMap()
已过时。
|
String |
getMapValue(String name)
已过时。
|
String |
getMapValue(String name,
String defValue)
已过时。
|
long |
getPaymoney() |
long |
getRefundmoney() |
String |
getRefundno() |
String |
getThirdpayno() |
void |
setAttach(Map<String,String> attach) |
void |
setClientAddr(String clientAddr) |
void |
setClienthost(String clienthost) |
void |
setMap(Map<String,String> map)
已过时。
|
void |
setPaymoney(long paymoney) |
void |
setRefundmoney(long refundmoney) |
void |
setRefundno(String refundno) |
void |
setThirdpayno(String thirdpayno) |
getAppid, getPayno, getPaytype, getSubpaytype, setAppid, setPayno, setPaytype, setSubpaytype, toStringprotected long paymoney
protected String thirdpayno
protected long refundmoney
protected String refundno
protected String clienthost
protected String clientAddr
public void checkVaild()
checkVaild 在类中 PayRequestpublic long getRefundmoney()
public void setRefundmoney(long refundmoney)
public long getPaymoney()
public void setPaymoney(long paymoney)
public String getRefundno()
public void setRefundno(String refundno)
public String getThirdpayno()
public void setThirdpayno(String thirdpayno)
public String getClienthost()
public void setClienthost(String clienthost)
public String getClientAddr()
public void setClientAddr(String clientAddr)
@Deprecated public String attach(String name)
@Deprecated public String attach(String name, String defValue)
@Deprecated public String getMapValue(String name)
@Deprecated public String getMapValue(String name, String defValue)
@Deprecated public Map<String,String> getMap()
@Deprecated public void setMap(Map<String,String> map)
Copyright © 2020. All rights reserved.