A usage range and the price that applies to usage falling inside it.

Hierarchy

  • ProductCatalogSKUPricingTier

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
maxUsageQuantity: null | number

The exclusive upper bound of the usage range the tier prices. null on the final tier, which is unbounded.

minUsageQuantity: number

The inclusive lower bound of the usage range the tier prices.

price: string

The price applied to usage in the tier, as a decimal string. The number of decimal places is not normalized, so free tiers appear as either 0 or 0.00.

Whether the tier's price applies per unit of usage or to a block of usage.

Generated using TypeDoc