|
3 | 3 |
|
4 | 4 | ## Fields |
5 | 5 |
|
6 | | -| Field | Type | Required | Description | |
7 | | -| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | |
8 | | -| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Creation timestamp of the object. | |
9 | | -| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Last modification timestamp of the object. | |
10 | | -| `id` | *str* | :heavy_check_mark: | The ID of the object. | |
11 | | -| `status` | [models.SubscriptionStatus](../models/subscriptionstatus.md) | :heavy_check_mark: | N/A | |
12 | | -| `current_period_start` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
13 | | -| `current_period_end` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
14 | | -| `cancel_at_period_end` | *bool* | :heavy_check_mark: | N/A | |
15 | | -| `started_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
16 | | -| `ended_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
17 | | -| `user_id` | *str* | :heavy_check_mark: | N/A | |
18 | | -| `product_id` | *str* | :heavy_check_mark: | N/A | |
19 | | -| `price_id` | *Nullable[str]* | :heavy_check_mark: | N/A | |
| 6 | +| Field | Type | Required | Description | |
| 7 | +| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | |
| 8 | +| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Creation timestamp of the object. | |
| 9 | +| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Last modification timestamp of the object. | |
| 10 | +| `id` | *str* | :heavy_check_mark: | The ID of the object. | |
| 11 | +| `amount` | *Nullable[int]* | :heavy_check_mark: | N/A | |
| 12 | +| `currency` | *Nullable[str]* | :heavy_check_mark: | N/A | |
| 13 | +| `recurring_interval` | [models.SubscriptionRecurringInterval](../models/subscriptionrecurringinterval.md) | :heavy_check_mark: | N/A | |
| 14 | +| `status` | [models.SubscriptionStatus](../models/subscriptionstatus.md) | :heavy_check_mark: | N/A | |
| 15 | +| `current_period_start` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
| 16 | +| `current_period_end` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
| 17 | +| `cancel_at_period_end` | *bool* | :heavy_check_mark: | N/A | |
| 18 | +| `started_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
| 19 | +| `ended_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
| 20 | +| `user_id` | *str* | :heavy_check_mark: | N/A | |
| 21 | +| `product_id` | *str* | :heavy_check_mark: | N/A | |
| 22 | +| `price_id` | *Nullable[str]* | :heavy_check_mark: | N/A | |
0 commit comments