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