GraphQL OBJECT
SubscriptionInterval
Time between subscription billing events.
link Definition
- type SubscriptionInterval {
- # Number of days or months.
- : Long!
- # Time unit of the interval.
- : IntervalPeriodTypeEnum
- }
GraphQL OBJECT
Time between subscription billing events.
- type SubscriptionInterval {
- # Number of days or months.
- : Long!
- # Time unit of the interval.
- : IntervalPeriodTypeEnum
- }