public class AlipayAccountClearingcenterPayoffQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayAccountClearingcenterPayoffQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PayOffOrderVO> |
getPayOffOrderList() |
String |
getResultCode() |
String |
getResultDescription() |
Boolean |
getSuccess() |
void |
setPayOffOrderList(List<PayOffOrderVO> payOffOrderList) |
void |
setResultCode(String resultCode) |
void |
setResultDescription(String resultDescription) |
void |
setSuccess(Boolean success) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayAccountClearingcenterPayoffQueryResponse()
public void setPayOffOrderList(List<PayOffOrderVO> payOffOrderList)
public List<PayOffOrderVO> getPayOffOrderList()
public void setResultCode(String resultCode)
public String getResultCode()
public void setResultDescription(String resultDescription)
public String getResultDescription()
public void setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.