com.foxinmy.weixin4j.payment.mch
Class RedpacketRecord
java.lang.Object
com.foxinmy.weixin4j.http.weixin.XmlResult
com.foxinmy.weixin4j.payment.mch.RedpacketRecord
- All Implemented Interfaces:
- Serializable
public class RedpacketRecord
- extends XmlResult
红包记录
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
RedpacketRecord
public RedpacketRecord()
getOutTradeNo
public String getOutTradeNo()
getMchId
public String getMchId()
getRepacketId
public String getRepacketId()
getFormatStatus
public RedpacketStatus getFormatStatus()
getFormatSendType
public RedpacketSendType getFormatSendType()
getFomatHbType
public RedpacketType getFomatHbType()
getStatus
public String getStatus()
getSendType
public String getSendType()
getHbType
public String getHbType()
getTotalNum
public int getTotalNum()
getTotalAmount
public int getTotalAmount()
getFormatTotalAmount
public double getFormatTotalAmount()
- 调用接口获取单位为分,get方法转换为元方便使用
- Returns:
- 元单位
getReason
public String getReason()
getSendTime
public String getSendTime()
getFormatSendTime
public Date getFormatSendTime()
getRefundTime
public String getRefundTime()
getFormatRefundTime
public Date getFormatRefundTime()
getRefundAmount
public Integer getRefundAmount()
getFormatRefundAmount
public double getFormatRefundAmount()
- 调用接口获取单位为分,get方法转换为元方便使用
- Returns:
- 元单位
getWishing
public String getWishing()
getRemark
public String getRemark()
getActName
public String getActName()
getReceivers
public List<RedpacketRecord.RedpacketReceiver> getReceivers()
toString
public String toString()
- Overrides:
toString in class XmlResult
Copyright © 2014–2017. All rights reserved.