public static class WxMaStoreFlowResponse.ConsumeFlowRecord extends WxMaStoreFlowResponse.BasicFlowRecord
构造器和说明 |
---|
ConsumeFlowRecord() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBillId() |
int |
getDeductAmount() |
Date |
getDeliveryFinishedDate() |
long |
getDeliveryFinishedTime() |
String |
getDeliveryStatus() |
String |
getOpenid() |
String |
getPayStatus() |
int |
getRefundAmount() |
String |
getRefundStatus() |
String |
getWxOrderId() |
void |
setBillId(String billId) |
void |
setDeductAmount(int deductAmount) |
void |
setDeliveryFinishedTime(long deliveryFinishedTime) |
void |
setDeliveryStatus(String deliveryStatus) |
void |
setOpenid(String openid) |
void |
setPayStatus(String payStatus) |
void |
setRefundAmount(int refundAmount) |
void |
setRefundStatus(String refundStatus) |
void |
setWxOrderId(String wxOrderId) |
String |
toString() |
getAppid, getCreateDate, getCreateTime, getFlowType, getPayAmount, getPayDate, getPayOrderId, getPayTime, getServiceTransId, getWxStoreId, setAppid, setCreateTime, setFlowType, setPayAmount, setPayOrderId, setPayTime, setServiceTransId, setWxStoreId
public String getWxOrderId()
public void setWxOrderId(String wxOrderId)
public String getOpenid()
public void setOpenid(String openid)
public String getDeliveryStatus()
public void setDeliveryStatus(String deliveryStatus)
public String getPayStatus()
public void setPayStatus(String payStatus)
public String getRefundStatus()
public void setRefundStatus(String refundStatus)
public int getRefundAmount()
public void setRefundAmount(int refundAmount)
public int getDeductAmount()
public void setDeductAmount(int deductAmount)
public String getBillId()
public void setBillId(String billId)
public Date getDeliveryFinishedDate()
public long getDeliveryFinishedTime()
public void setDeliveryFinishedTime(long deliveryFinishedTime)
public String toString()
Copyright © 2024. All rights reserved.