Package io.stigg.api.operations.fragment
Class SubscriptionPreviewFragment.Discount
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionPreviewFragment.Discount
-
- Enclosing class:
- SubscriptionPreviewFragment
public static class SubscriptionPreviewFragment.Discount extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.DoubledurationInMonthsDiscountDurationTypedurationTypeDiscountTypetypejava.lang.Doublevalue
-
Constructor Summary
Constructors Constructor Description Discount(DiscountType type, java.lang.Double value, DiscountDurationType durationType, java.lang.Double durationInMonths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
type
public DiscountType type
-
value
public java.lang.Double value
-
durationType
public DiscountDurationType durationType
-
durationInMonths
public java.lang.Double durationInMonths
-
-
Constructor Detail
-
Discount
public Discount(DiscountType type, java.lang.Double value, DiscountDurationType durationType, java.lang.Double durationInMonths)
-
-