The model specific information necessary for billing.
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! }