Package io.stigg.api.operations.fragment
Class SubscriptionPreviewV2Fragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionPreviewV2Fragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class SubscriptionPreviewV2Fragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionPreviewV2Fragment.BillingPeriodRangestatic classSubscriptionPreviewV2Fragment.ImmediateInvoicestatic classSubscriptionPreviewV2Fragment.RecurringInvoice
-
Field Summary
Fields Modifier and Type Field Description SubscriptionPreviewV2Fragment.BillingPeriodRangebillingPeriodRangejava.lang.BooleanhasScheduledUpdatesSubscriptionPreviewV2Fragment.ImmediateInvoiceimmediateInvoicejava.lang.BooleanisPlanDowngradeSubscriptionPreviewV2Fragment.RecurringInvoicerecurringInvoice
-
Constructor Summary
Constructors Constructor Description SubscriptionPreviewV2Fragment(SubscriptionPreviewV2Fragment.ImmediateInvoice immediateInvoice, SubscriptionPreviewV2Fragment.RecurringInvoice recurringInvoice, SubscriptionPreviewV2Fragment.BillingPeriodRange billingPeriodRange, java.lang.Boolean isPlanDowngrade, java.lang.Boolean hasScheduledUpdates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
immediateInvoice
public SubscriptionPreviewV2Fragment.ImmediateInvoice immediateInvoice
-
recurringInvoice
public SubscriptionPreviewV2Fragment.RecurringInvoice recurringInvoice
-
billingPeriodRange
public SubscriptionPreviewV2Fragment.BillingPeriodRange billingPeriodRange
-
isPlanDowngrade
public java.lang.Boolean isPlanDowngrade
-
hasScheduledUpdates
public java.lang.Boolean hasScheduledUpdates
-
-
Constructor Detail
-
SubscriptionPreviewV2Fragment
public SubscriptionPreviewV2Fragment(SubscriptionPreviewV2Fragment.ImmediateInvoice immediateInvoice, SubscriptionPreviewV2Fragment.RecurringInvoice recurringInvoice, SubscriptionPreviewV2Fragment.BillingPeriodRange billingPeriodRange, java.lang.Boolean isPlanDowngrade, java.lang.Boolean hasScheduledUpdates)
-
-