You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
Copy file name to clipboardExpand all lines: docs/models/createproductplan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@
8
8
|`sku`|*str*|:heavy_check_mark:| SKU of the plan. | BOLT-PLAN-12345 |
9
9
|`name`|*str*|:heavy_check_mark:| Name of the plan. | Monthly Subscription |
10
10
|`frequency`|*int*|:heavy_check_mark:| Frequency of the plan. | 1 |
11
-
|`frequency_unit`|[models.CreateProductFrequencyUnit](../models/createproductfrequencyunit.md)|:heavy_check_mark:| Unit of frequency (e.g., hour, week, month). | month |
11
+
|`frequency_unit`|[models.CreateProductFrequencyUnit](../models/createproductfrequencyunit.md)|:heavy_check_mark:| Unit of frequency (e.g., day, week, month, Month, year, one_time).| month |
0 commit comments