public class WxMaStoreFlowResponse<T extends WxMaStoreFlowResponse.BasicFlowRecord> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WxMaStoreFlowResponse.BasicFlowRecord |
static class |
WxMaStoreFlowResponse.ChargeFlowRecord
充值流水
|
static class |
WxMaStoreFlowResponse.ConsumeFlowRecord
消费流水
|
static class |
WxMaStoreFlowResponse.RefundFlowRecord
退款流水
|
| 构造器和说明 |
|---|
WxMaStoreFlowResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
getFlowList() |
Long |
getTotalDeductAmt() |
Long |
getTotalPayAmt() |
Long |
getTotalRefundAmt() |
void |
setFlowList(List<T> flowList) |
void |
setTotalDeductAmt(Long totalDeductAmt) |
void |
setTotalPayAmt(Long totalPayAmt) |
void |
setTotalRefundAmt(Long totalRefundAmt) |
String |
toString() |
public Long getTotalPayAmt()
public void setTotalPayAmt(Long totalPayAmt)
public Long getTotalRefundAmt()
public void setTotalRefundAmt(Long totalRefundAmt)
public Long getTotalDeductAmt()
public void setTotalDeductAmt(Long totalDeductAmt)
Copyright © 2024. All rights reserved.