@ory/client
Version:
OpenAPI client for @ory/client
25 lines (17 loc) • 671 B
Markdown
# UpdateSubscriptionBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interval** | **string** | monthly Monthly yearly Yearly | [default to undefined]
**plan** | **string** | | [default to undefined]
**return_to** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { UpdateSubscriptionBody } from '@ory/client';
const instance: UpdateSubscriptionBody = {
interval,
plan,
return_to,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)