Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

No description
type Billing {
  subscriptionDescription: String
  textMessagingAllowed: Boolean!
  subscription: AccountSubscription @deprecated
  subscriptions: AccountSubscriptions
  seats: Int
}

Fields

Billing.subscriptionDescription ● String scalar

Billing.textMessagingAllowed ● Boolean! non-null scalar

Billing.subscriptions ● AccountSubscriptions object

Billing.seats ● Int scalar

Billing.subscription ● AccountSubscription deprecated object

undefined

Member Of

Account object