public class AlipayMarketingCampaignDiscountBudgetQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayMarketingCampaignDiscountBudgetQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBudgetId() |
String |
getFreezeAmount() |
String |
getRecycleAmount() |
String |
getRefundAmount() |
String |
getTotalAmount() |
String |
getUsedAmount() |
void |
setBudgetId(String budgetId) |
void |
setFreezeAmount(String freezeAmount) |
void |
setRecycleAmount(String recycleAmount) |
void |
setRefundAmount(String refundAmount) |
void |
setTotalAmount(String totalAmount) |
void |
setUsedAmount(String usedAmount) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayMarketingCampaignDiscountBudgetQueryResponse()
public void setBudgetId(String budgetId)
public String getBudgetId()
public void setFreezeAmount(String freezeAmount)
public String getFreezeAmount()
public void setRecycleAmount(String recycleAmount)
public String getRecycleAmount()
public void setRefundAmount(String refundAmount)
public String getRefundAmount()
public void setTotalAmount(String totalAmount)
public String getTotalAmount()
public void setUsedAmount(String usedAmount)
public String getUsedAmount()
Copyright © 2023. All rights reserved.