Class RefundCouponInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.pay.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RefundCouponInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCouponBatchId()
Integer
getCouponFee()
String
getCouponId()
double
getFormatCouponFee()
调用接口获取单位为分,get方法转换为元方便使用void
setCouponBatchId(String couponBatchId)
void
setCouponFee(Integer couponFee)
void
setCouponId(String couponId)
String
toString()
-
-
-
Method Detail
-
getCouponBatchId
public String getCouponBatchId()
-
setCouponBatchId
public void setCouponBatchId(String couponBatchId)
-
getCouponId
public String getCouponId()
-
setCouponId
public void setCouponId(String couponId)
-
getCouponFee
public Integer getCouponFee()
-
setCouponFee
public void setCouponFee(Integer couponFee)
-
getFormatCouponFee
public double getFormatCouponFee()
调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
-