GraphQL OBJECT

SubscriptionInterval

Time between subscription billing events.

link Definition

  • type SubscriptionInterval {
  • # Number of days or months.
  • value: Long!
  • # Time unit of the interval.
  • intervalPeriod: IntervalPeriodTypeEnum
  • }