Skip to main content
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