public class RefundResult extends BusinessResultPojo implements ToServerResult
Constructor and Description |
---|
RefundResult() |
Modifier and Type | Method and Description |
---|---|
int |
getCashAmount() |
int |
getCashRefundAmount() |
int |
getCouponRefundAmount() |
String |
getCouponRefundId() |
int |
getCouponUseNumber() |
String |
getOrderFeeType() |
String |
getOrderId() |
String |
getOutRefundId() |
int |
getRefundAmount() |
String |
getRefundChannel() |
String |
getRefundId() |
int |
getTotalAmount() |
String |
getTransactionId() |
void |
setCashAmount(int cashAmount) |
void |
setCashRefundAmount(int cashRefundAmount) |
void |
setCouponRefundAmount(int couponRefundAmount) |
void |
setCouponRefundId(String couponRefundId) |
void |
setCouponUseNumber(int couponUseNumber) |
void |
setOrderFeeType(String orderFeeType) |
void |
setOrderId(String orderId) |
void |
setOutRefundId(String outRefundId) |
void |
setRefundAmount(int refundAmount) |
void |
setRefundChannel(String refundChannel) |
void |
setRefundId(String refundId) |
void |
setTotalAmount(int totalAmount) |
void |
setTransactionId(String transactionId) |
getAppId, getBusinessCode, getDeviceId, getErrorCode, getErrorMsg, getMchId, getRandomString, getSignature, setAppId, setBusinessCode, setDeviceId, setErrorCode, setErrorMsg, setMchId, setRandomString, setSignature
getReturnCode, getReturnMsg, setReturnCode, setReturnMsg
public String getOrderId()
public void setOrderId(String orderId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getOutRefundId()
public void setOutRefundId(String outRefundId)
public String getRefundId()
public void setRefundId(String refundId)
public String getRefundChannel()
public void setRefundChannel(String refundChannel)
public int getTotalAmount()
public void setTotalAmount(int totalAmount)
public int getRefundAmount()
public void setRefundAmount(int refundAmount)
public String getOrderFeeType()
public void setOrderFeeType(String orderFeeType)
public int getCashAmount()
public void setCashAmount(int cashAmount)
public int getCashRefundAmount()
public void setCashRefundAmount(int cashRefundAmount)
public int getCouponRefundAmount()
public void setCouponRefundAmount(int couponRefundAmount)
public int getCouponUseNumber()
public void setCouponUseNumber(int couponUseNumber)
public String getCouponRefundId()
public void setCouponRefundId(String couponRefundId)
Copyright © 2006–2018 TinyGroup. All rights reserved.