Class OrderCouponInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.coupon.OrderCouponInfo
-
- All Implemented Interfaces:
Serializable
@Deprecated public class OrderCouponInfo 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
OrderCouponInfo()
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.String
getCouponType()
Deprecated.double
getFormatCouponFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用CouponType
getFormatCouponType()
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getCouponBatchId
public String getCouponBatchId()
Deprecated.
-
getCouponType
public String getCouponType()
Deprecated.
-
getFormatCouponType
public CouponType getFormatCouponType()
Deprecated.
-
getCouponId
public String getCouponId()
Deprecated.
-
getCouponFee
public Integer getCouponFee()
Deprecated.
-
getFormatCouponFee
public double getFormatCouponFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
-