Class RefundCouponInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.coupon.RefundCouponInfo
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RefundCouponInfo extends Object implements Serializable
Deprecated.迁移到子模块weixin4j-pay退款代金券信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RefundCouponInfo()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getCouponBatchId()
Deprecated.Integer
getCouponFee()
Deprecated.String
getCouponId()
Deprecated.double
getFormatCouponFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用String
toString()
Deprecated.
-