Package com.six.timapi
Class LoyaltyCoupon
- java.lang.Object
-
- com.six.timapi.LoyaltyCoupon
-
public class LoyaltyCoupon extends Object
-
-
Constructor Summary
Constructors Constructor Description LoyaltyCoupon(int amount, String couponId, Currency currency, int exponent, CouponRejectionReason couponRejectionReason)Create loyalty coupon.LoyaltyCoupon(LoyaltyCoupon coupon)Create loyalty coupon.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAmount()Coupon amount.StringgetCouponId()\brief Coupon ID.CouponRejectionReasongetCouponRejectionReason()\brief Rejection reason.CurrencygetCurrency()\brief Currency.intgetExponent()\brief Exponent.
-
-
-
Constructor Detail
-
LoyaltyCoupon
public LoyaltyCoupon(int amount, String couponId, Currency currency, int exponent, CouponRejectionReason couponRejectionReason)Create loyalty coupon.
-
LoyaltyCoupon
public LoyaltyCoupon(LoyaltyCoupon coupon)
Create loyalty coupon.
-
-
Method Detail
-
getAmount
public int getAmount()
Coupon amount.
-
getCouponId
public String getCouponId()
\brief Coupon ID.
-
getCurrency
public Currency getCurrency()
\brief Currency.
-
getExponent
public int getExponent()
\brief Exponent.
-
getCouponRejectionReason
public CouponRejectionReason getCouponRejectionReason()
\brief Rejection reason.
-
-