Skip to main content

BillingPlanAllowance

A single feature entitlement on a billing plan. A null limit means the feature is unlimited on this plan.

type BillingPlanAllowance {
feature: BillingFeatureEnum!
id: ID!
limit: Int
unlimited: Boolean!
}

Fields

BillingPlanAllowance.feature ● BillingFeatureEnum! non-null enum billing

The metered feature this allowance governs.

BillingPlanAllowance.id ● ID! non-null scalar common

Unique identifier for the allowance.

BillingPlanAllowance.limit ● Int scalar common

The maximum count allowed for this feature. Null means unlimited.

BillingPlanAllowance.unlimited ● Boolean! non-null scalar common

Whether this feature is unlimited on the plan (i.e. limit is null).

Member Of

BillingPlan object