GraphQL OBJECT

SubscriptionBilling

Billing event related to the subscription item.

link Definition

  • type SubscriptionBilling {
  • # Subscription interval during which the billing 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!
  • # Purchase that was generated for the billing event.
  • purchase: Purchase
  • }