GraphQL OBJECT
SubscriptionIntervalData
Interval data of the subscription.
link Definition
- type SubscriptionIntervalData {
- # End date.
- Date :
- # Interval number.
- Int @deprecated( reason: "Use subscriptionInterval instead." ) :
- # Interval number.
- Int :
- # Arguments
- # includeOldVersions: Includes old versions of items, such as a
- # product that is upgraded
- # hideInactiveItems: Set to true to get only active subscription
- # items.
- Boolean, : Boolean): [SubscriptionIntervalDataItem] ( :
- # Start date.
- Date :
- # Is this interval active at the moment?
- Boolean :
- # Has the customer already paid?
- Boolean @deprecated( reason: "Use isPaid instead." ) :
- # Has the customer already paid every item in the interval?
- Boolean :
- # The total price for this interval
- Price :
- # The total discount for this interval
- Price :
- # Discount pricing.
- #
- # Arguments
- # includedDiscountTypes: Input to filter for specific discount
- # types only.
- DiscountPriceTypeEnum!]): [TypedPrice] ( : [
- }