GetBillingPlansResponseBody
April 15, 2026 ยท View on GitHub
Example Usage
import { GetBillingPlansResponseBody } from "@vercel/sdk/models/getbillingplansop.js";
let value: GetBillingPlansResponseBody = {
plans: [
{
type: "subscription",
id: "<id>",
name: "<value>",
scope: "installation",
description: "delightfully buzzing opposite carefully",
paymentMethodRequired: true,
},
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
plans | models.Plans[] | :heavy_check_mark: | N/A |