com.foxinmy.weixin4j.payment.coupon
Class OrderCouponInfo

java.lang.Object
  extended by com.foxinmy.weixin4j.payment.coupon.OrderCouponInfo
All Implemented Interfaces:
Serializable

public class OrderCouponInfo
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()
           
 String getCouponType()
           
 double getFormatCouponFee()
          调用接口获取单位为分,get方法转换为元方便使用
 CouponType getFormatCouponType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCouponBatchId

public String getCouponBatchId()

getCouponType

public String getCouponType()

getFormatCouponType

public CouponType getFormatCouponType()

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.