New Brunswick Municipal Recreation Centre Fees
Fetches annual recreation centre membership fees from New Brunswick municipalities.
Domain: moncton.nb.ca, dieppe.nb.ca, riverview.nb.ca, fredericton.nb.ca, saintjohn.nb.ca
Also known as: Moncton, Dieppe, Riverview, Fredericton, Saint John
Prefer the capability
bowmark.municipal_recreation_fees covers this provider and routes around it when it is having a bad day. Reach for this page when you need moncton.nb.ca, dieppe.nb.ca, riverview.nb.ca, fredericton.nb.ca, saintjohn.nb.ca specifically.
Call it directly
bowmark.providers.municipal_recreation_fees_fetcher.getFeeSchedule(municipality: string): Promise<municipal_recreation_fees_fetcherRow>Functions
| Function | What it does |
|---|---|
getFeeSchedule | Returns annual recreation centre membership fees for a New Brunswick municipality |
Types
interface FeeEntry {
feeType: string;
annualCost: number;
description?: string;
}
interface municipal_recreation_fees_fetcherRow {
municipality: string;
fees: FeeEntry[];
warnings: string[];
}Related
municipal_recreation_fees | Municipal Recreation Centre Membership Fees — the capability this provider backs. |