GraphQL OBJECT
SubscriptionItem
Item of a subscription.
link Definition
- type SubscriptionItem implements OrderItemInterface {
- #   Related subscription.
- : Subscription 
- #   Indicates whether deactivation of the subscription item is allowed.
- : Boolean 
- #   Indicates whether the subscription item is active and can be deactivated.
- : Boolean 
- #   Indicates whether the subscription item is inactive and can be reinstated.
- : Boolean 
- #   Indicates whether the subscription item can be awaited reinstate.
- : Boolean 
- #   Version of the item.
- : Int 
- #   Date and time when the item version became active. Corresponds to the date and 
- #   time when payment was received or, for purchase orders, when the purchase order 
- #   was processed. null indicates that the item version is not active yet, for 
- #   example because the customer upgraded the subscription item starting from the 
- #   next renewal date.
- : DateTime 
- #   Running number of the item in the subscription.
- : Int 
- #   Number of items.
- : Int 
- #   Product details for the item.
- : ProductInformation 
- #   Coupon code for a promotion applied to item(s) in the cart.
- : String 
- #   Promotion associated with the item.
- : Promotion 
- #   Client policy and procedures for deactivation of subscriptions.
- : ClientPolicy 
- #   Pricing information that the customer receives during the purchase process.
- : Pricing @deprecated( reason: "Use nextRenewalCustomerPricing instead."  )
- #   Pricing information that the customer receives during the purchase process.
- : Pricing 
- #   Pricing information that the customer will be charged for the next billing.
- : Pricing 
- #   Pricing information that your company set up in the cleverbridge platform.
- : Pricing 
- #   Number of the last successfully paid interval of the current subscription 
- #   interval. Only relevant if subscription term differs billing term.
- : Int @deprecated( reason: "Use currentSubscriptionInterval instead."  )
- #   Number of the last successfully paid interval of the current subscription 
- #   interval. Only relevant if subscription term differs billing term.
- : Int 
- #   List of billing events related to the subscription item, including signups, 
- #   renewals, and upgrades.
- # 
- # Arguments
- #   includeAllVersions: Ignore item version when filtering 
- #   billings.
- (: Boolean): [SubscriptionItemBilling] 
- #   Amount that will be charged on the next billing date.
- : CurrencyAmount @deprecated( reason: "Use nextBillingPrice instead."  )
- #   Price that will be charged on the next billing date.
- : Price 
- #   Status of the subscription item.
- : SubscriptionItemStatus 
- #   Holds additional characteristics of the subscription item as a localized string.
- : String 
- #   Time between initial payment and first subscription billing event.
- : SubscriptionInterval 
- #   Time between billing events.
- : SubscriptionInterval 
- }