com.foxinmy.weixin4j.payment.coupon
Class RefundCouponInfo
java.lang.Object
com.foxinmy.weixin4j.payment.coupon.RefundCouponInfo
- All Implemented Interfaces:
- Serializable
public class RefundCouponInfo
- extends Object
- implements Serializable
退款代金券信息
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
getCouponBatchId
public String getCouponBatchId()
getCouponId
public String getCouponId()
getCouponFee
public Integer getCouponFee()
getFormatCouponFee
public double getFormatCouponFee()
- 调用接口获取单位为分,get方法转换为元方便使用
- Returns:
- 元单位
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.