Municipal Recreation Centre Membership Fees
Get annual recreation centre membership fees from New Brunswick municipalities.
Also known as: recreation fees, membership fees, annual recreation pass, recreation centre costs
Call it
bowmark.municipal_recreation_fees.getFeeSchedule(municipality: string): Promise<municipal_recreation_feesResult>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_feesResult {
municipality: string;
fees: FeeEntry[];
warnings: string[];
}Examples
return await bowmark.municipal_recreation_fees.getFeeSchedule("Fredericton");Providers behind it
| Provider | |
|---|---|
municipal_recreation_fees_fetcher | New Brunswick Municipal Recreation Centre Fees |