com.foxinmy.weixin4j.payment.coupon
Class RefundCouponInfo

java.lang.Object
  extended by 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

Method Summary
 String getCouponBatchId()
           
 Integer getCouponFee()
           
 String getCouponId()
           
 double getFormatCouponFee()
          调用接口获取单位为分,get方法转换为元方便使用
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.