Hierarchy

  • BundleSubscriptionItems

Properties

Methods

Properties

impersonating: boolean = false

Methods

  • Create a new bundle subscription item. If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned. Check out the docs for more info

    Type Parameters

    • TLineItem extends LineItem<any, any, any, any, any, TLineItem>

    Parameters

    • subscriptionID: string

      ID of the subscription.

    • bundleID: string

      ID of the bundle.

    • bundleItems: BundleItems<any, any, any, any, any>
    • requestOptions: RequestOptions = {}

    Returns Promise<RequiredDeep<TLineItem>>

  • Delete a bundle subscription item. Check out the docs for more info

    Parameters

    • subscriptionID: string

      ID of the subscription.

    • bundleID: string

      ID of the bundle.

    • bundleItemID: string

      ID of the bundle item.

    • requestOptions: RequestOptions = {}

    Returns Promise<void>

Generated using TypeDoc