Package io.stigg.api.operations.fragment
Class SubscriptionPreviewInvoiceFragment.DiscountDetails
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionPreviewInvoiceFragment.DiscountDetails
-
- Enclosing class:
- SubscriptionPreviewInvoiceFragment
public static class SubscriptionPreviewInvoiceFragment.DiscountDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.DoubledurationInMonthsDiscountDurationTypedurationTypeDiscountTypetypejava.lang.Doublevalue
-
Constructor Summary
Constructors Constructor Description DiscountDetails(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
-
DiscountDetails
public DiscountDetails(DiscountType type, java.lang.Double value, DiscountDurationType durationType, java.lang.Double durationInMonths)
-
-