| Name | Type | Description | Notes |
|---|---|---|---|
| id | **** | The plan ID. | [optional] |
| name | String | The plan name, displayed on invoices and receipts. | |
| product_id | **** | The related product ID. | |
| product_options | Hash<String, String> | Name-value pairs to specify the product options. | [optional] |
| currency | **** | ||
| currency_sign | String | Currency sign. | [optional] |
| pricing | PlanPriceFormula | ||
| recurring_interval | **** | The service interval. For a one-time item, use `null`. | [optional] |
| trial | CommonPlanTrial | [optional] | |
| is_trial_only | BOOLEAN | Whether a plan has a trial without recurring instructions. | [optional] |
| setup | CommonPlanSetup | [optional] | |
| custom_fields | ResourceCustomFields | [optional] | |
| revision | Integer | Increments when the plan is modified. Compare to materialized subscription items revision. | [optional] |
| created_time | **** | Plan created time. | [optional] |
| updated_time | **** | Plan updated time. | [optional] |
| invoice_time_shift | **** | You can shift issue time and due time of invoices for this plan. | [optional] |
| _links | Array<SelfLink> | The links related to resource. | [optional] |