Skip to content
Start here

Rate Plans

Get Rate Plan by Public Key
billing.rate_plans.get(strpublic_key) -> RatePlanGetResponse
GET/billing/rate_plans/{public_key}
ModelsExpand Collapse
class RatePlanGetResponse:
id: Optional[str]

The uppercase rate plan public key.

components: Optional[List[Dict[str, object]]]

Pricing components that make up this rate plan.

currency: Optional[str]

Currency of the rate plan pricing.

public_name: Optional[str]

Human-readable description of the rate plan.