A quantity of one SKU that is included with, and consumed before, the billable usage of another SKU.

Hierarchy

  • ProductCatalogSKUAllotment

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
childSkuCode: string

The code of the SKU that receives the allotment.

hourlyQuantity: number

The quantity allotted per hour. Fractional for some allotments, and equal to monthly_quantity for others, depending on how the child SKU meters usage.

monthlyQuantity: number

The quantity allotted per month.

parentSkuCode: string

The code of the SKU that provides the allotment. Always the code of the SKU the allotment is returned under.

Generated using TypeDoc