GraphQL OBJECT
SubscriptionIntervalDataItem
Interval data of the subscription item.
link Definition
- type SubscriptionIntervalDataItem {
- # Coupon code that was applied to this subscription item.
- : String
- # Has the customer already paid for the subscription item?
- : Boolean
- # Product details for the item.
- : ProductInformation
- # Quantity of the product.
- : Int
- # The single discount for this item.
- : Price
- # The single price for this item.
- : Price
- # Status of the subscription item.
- : SubscriptionItemStatus
- # The total discount for this item.
- : Price
- # The total price for this item.
- : Price
- # Version of subscription item.
- : Int
- }