ListedSubscriptionPlan
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the subscription plan | [default to null] |
| plan_name | String | Display name of the subscription plan | [default to null] |
| name | String | Name of the subscription plan | [default to null] |
| country_code | String | ISO country code where this plan is available | [optional] [default to null] |
| price | Double | Price of the subscription | [default to null] |
| currency_code | String | ISO currency code for the price | [default to null] |
| description | String | Detailed description of the plan features | [optional] [default to null] |
| order_limit_day | Integer | Maximum orders allowed per day | [optional] [default to null] |
| order_limit_week | Integer | Maximum orders allowed per week | [optional] [default to null] |
| order_limit_half_month | Integer | Maximum orders allowed per half-month | [optional] [default to null] |
| order_limit_month | Integer | Maximum orders allowed per month | [optional] [default to null] |
| duration_months | Integer | Duration of the subscription in months | [default to null] |
| credit_rollover_months | Integer | Number of months unused credits can roll over | [default to null] |
| billing_interval | String | Billing interval for the subscription | [optional] [default to null] |
| currency | CurrencyResponse | Currency information for the subscription | [optional] [default to null] |