Skip to main content
No description
type AccountSubscription {
  plan: String
  product: String
  amount: Long
  paymentInterval: PaymentInterval
}

Fields

AccountSubscription.plan ● String scalar

AccountSubscription.product ● String scalar

AccountSubscription.amount ● Long scalar

AccountSubscription.paymentInterval ● PaymentInterval enum

Member Of

AccountSubscriptions object ● Billing object