public class AlipayCloudCloudbaseWalletBalanceGetResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayCloudCloudbaseWalletBalanceGetResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvailableAmount() |
String |
getUnpaidAmount() |
String |
getWalletAmount() |
void |
setAvailableAmount(String availableAmount) |
void |
setUnpaidAmount(String unpaidAmount) |
void |
setWalletAmount(String walletAmount) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayCloudCloudbaseWalletBalanceGetResponse()
public void setAvailableAmount(String availableAmount)
public String getAvailableAmount()
public void setUnpaidAmount(String unpaidAmount)
public String getUnpaidAmount()
public void setWalletAmount(String walletAmount)
public String getWalletAmount()
Copyright © 2024. All rights reserved.