RateCard

# RateCard

**Kind:** interface  
**Defined in:** `packages/zappier/src/pricing.ts`

## Fields

| Field | Type | Meaning |
|-------|------|---------|
| `endpoints` | `Record<string, PriceRule>` | Keys are OpenAPI operationIds |

## Who constructs it

PricingStore.getRateCard()

## Who consumes it

`quoteCall`, `admin PUT /admin/api/endpoints/:id`

## Related modules

See `docs/modules/` for the functions that take these types as parameters and the values they return.