> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anny.co/llms.txt
> Use this file to discover all available pages before exploring further.

# BookingBundleGroup

> Logical grouping of booking bundles, analogous to service groups and add-on groups.

A logical grouping of [booking bundles](/developers/models/booking-bundles) (packages / codes). Same idea as [service groups](/developers/models/service-groups) and [add-on groups](/developers/models/add-on-groups): optional, ordered, i18n name and description. Deleting a group nulls `group_id` on its bundles.

JSON:API type: `booking-bundle-groups`.

Full request/response contract for native apps: [Booking Bundle Groups](/developers/guides/booking-bundle-groups).

### Attributes

<ResponseField name="name" type="string">
  Resolved group name for the request locale (`Accept-Language`).
</ResponseField>

<ResponseField name="description" type="string">
  Resolved group description for the request locale.
</ResponseField>

<ResponseField name="order_index" type="number">
  Display order among groups in admin lists and the public catalog.
</ResponseField>

<ResponseField name="created_at" type="string">
  ISO-8601 creation timestamp.
</ResponseField>

<ResponseField name="local_name_i18n" type="object">
  Full name translation map. Admin only.
</ResponseField>

<ResponseField name="description_i18n" type="object">
  Full description translation map. Admin only.
</ResponseField>

### Relationships

<ResponseField name="booking_bundles" type="booking-bundles[]">
  Bundles assigned to this group. Include with `include=booking_bundles`.
</ResponseField>

Bundles point back with a nullable `group` relationship (`include=group` on `booking-bundles` and `available-booking-bundles`).
