function getGroupPackagePrices
getGroupPackagePrices(groupId: number): Promise<GroupListing[]>

Every membership row for a group, carrying its package_price override and per-package quantity. A null package_price means "no override — use the listing's own price", 0 means explicitly free in this package, and a positive value overrides the price; quantity defaults to 1. The override is read from the group dimension of listing_prices; quantity from the membership row.

Parameters

groupId: number

Return Type

Promise<GroupListing[]>

Usage

import { getGroupPackagePrices } from "docs/database.ts";