public class AntMerchantExpandMembercardRefundConsultResponse extends AlipayResponse
| 构造器和说明 |
|---|
AntMerchantExpandMembercardRefundConsultResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MemberCardRefundDetail> |
getDetails() |
String |
getRefundTotalAmount() |
String |
getRefundTotalBenefitAmount() |
String |
getRefundTotalDiscountAmount() |
String |
getRefundTotalVoucherAmount() |
String |
getTotalBalance() |
String |
getTotalPrincipalBalance() |
void |
setDetails(List<MemberCardRefundDetail> details) |
void |
setRefundTotalAmount(String refundTotalAmount) |
void |
setRefundTotalBenefitAmount(String refundTotalBenefitAmount) |
void |
setRefundTotalDiscountAmount(String refundTotalDiscountAmount) |
void |
setRefundTotalVoucherAmount(String refundTotalVoucherAmount) |
void |
setTotalBalance(String totalBalance) |
void |
setTotalPrincipalBalance(String totalPrincipalBalance) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AntMerchantExpandMembercardRefundConsultResponse()
public void setDetails(List<MemberCardRefundDetail> details)
public List<MemberCardRefundDetail> getDetails()
public void setRefundTotalAmount(String refundTotalAmount)
public String getRefundTotalAmount()
public void setRefundTotalBenefitAmount(String refundTotalBenefitAmount)
public String getRefundTotalBenefitAmount()
public void setRefundTotalDiscountAmount(String refundTotalDiscountAmount)
public String getRefundTotalDiscountAmount()
public void setRefundTotalVoucherAmount(String refundTotalVoucherAmount)
public String getRefundTotalVoucherAmount()
public void setTotalBalance(String totalBalance)
public String getTotalBalance()
public void setTotalPrincipalBalance(String totalPrincipalBalance)
public String getTotalPrincipalBalance()
Copyright © 2023. All rights reserved.