Skip to content
Start here

Rate Plans

Get Rate Plan by Public Key
client.billing.ratePlans.get(stringpublicKey, RequestOptionsoptions?): RatePlanGetResponse { id, components, currency, public_name }
GET/billing/rate_plans/{public_key}
ModelsExpand Collapse
RatePlanGetResponse { id, components, currency, public_name }
id?: string

The uppercase rate plan public key.

components?: Array<Record<string, unknown>>

Pricing components that make up this rate plan.

currency?: string

Currency of the rate plan pricing.

public_name?: string

Human-readable description of the rate plan.