public class AlipayDataBillAccountdailyQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayDataBillAccountdailyQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDepositAmount() |
String |
getTransInAmount() |
String |
getTransOutAmount() |
String |
getWithdrawAmount() |
void |
setDepositAmount(String depositAmount) |
void |
setTransInAmount(String transInAmount) |
void |
setTransOutAmount(String transOutAmount) |
void |
setWithdrawAmount(String withdrawAmount) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setDepositAmount(String depositAmount)
public String getDepositAmount()
public void setTransInAmount(String transInAmount)
public String getTransInAmount()
public void setTransOutAmount(String transOutAmount)
public String getTransOutAmount()
public void setWithdrawAmount(String withdrawAmount)
public String getWithdrawAmount()
Copyright © 2023. All rights reserved.