GraphQL OBJECT

SubscriptionItemBilling

Billing event related to the subscription item.

link Definition

  • type SubscriptionItemBilling {
  • # Subscription interval during which the billing event occurred.
  • intervalNumber: Long! @deprecated( reason: "Use subscriptionInterval instead" )
  • # Subscription interval during which the billing occurred.
  • subscriptionInterval: Long!
  • # Subscription billing interval during which the billing occurred.
  • billingInterval: Long!
  • # Unique ID of the purchase that was generated for the billing event.
  • purchaseId: Long!
  • # Purchase item that was generated for the billing event.
  • purchaseItem: PurchaseItem
  • }