GraphQL OBJECT
SubscriptionItemBilling
Billing event related to the subscription item.
link Definition
- type SubscriptionItemBilling {
- # Subscription interval during which the billing event occurred.
- Long! @deprecated( reason: "Use subscriptionInterval instead" ) :
- # Subscription interval during which the billing occurred.
- Long! :
- # Subscription billing interval during which the billing occurred.
- Long! :
- # Unique ID of the purchase that was generated for the billing event.
- Long! :
- # Purchase item that was generated for the billing event.
- PurchaseItem :
- }