ModelBillingInformation

open_in_new

The model specific information necessary for billing.

GraphQL Schema definition

  • type ModelBillingInformation {
  • # The number of units this model consumes for multi-space usage.
  • multiSpaceUsage: Int!
  • # Whether or not the model is exempt from multi-space usage (i.e. always counts as
  • # 1 multi-space usage unit)
  • exempt: Boolean!
  • }