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 SummaryConstructors Modifier Constructor Description protectedRefundCouponInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCouponBatchId()IntegergetCouponFee()StringgetCouponId()doublegetFormatCouponFee()调用接口获取单位为分,get方法转换为元方便使用voidsetCouponBatchId(String couponBatchId)voidsetCouponFee(Integer couponFee)voidsetCouponId(String couponId)StringtoString()
 
- 
- 
- 
Method Detail- 
getCouponBatchIdpublic String getCouponBatchId() 
 - 
setCouponBatchIdpublic void setCouponBatchId(String couponBatchId) 
 - 
getCouponIdpublic String getCouponId() 
 - 
setCouponIdpublic void setCouponId(String couponId) 
 - 
getCouponFeepublic Integer getCouponFee() 
 - 
setCouponFeepublic void setCouponFee(Integer couponFee) 
 - 
getFormatCouponFeepublic double getFormatCouponFee() 调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 
- 
 
-