GraphQL OBJECT

SubscriptionItemBilling

Billing event related to the subscription item.

link Definition

  • type SubscriptionItemBilling {
  • # Subscription interval during which the billing event occurred.
  • intervalNumber: 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
  • }