@ory/client
Version:
OpenAPI client for @ory/client
27 lines (19 loc) • 794 B
Markdown
# CreateWorkspaceSubscriptionBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **string** | usd USD eur Euro | [optional] [default to undefined]
**interval** | **string** | monthly Monthly yearly Yearly | [default to undefined]
**plan** | **string** | | [default to undefined]
**return_to** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { CreateWorkspaceSubscriptionBody } from '@ory/client';
const instance: CreateWorkspaceSubscriptionBody = {
currency,
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)