Spaces:
Runtime error
Runtime error
File size: 536 Bytes
0e27770 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # Aimastering.Plan
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **Number** | | [optional]
**currency** | **String** | | [optional]
**interval** | **String** | | [optional]
**name** | **String** | | [optional]
**stripePlanId** | **String** | | [optional]
<a name="CurrencyEnum"></a>
## Enum: CurrencyEnum
* `jpy` (value: `"jpy"`)
* `usd` (value: `"usd"`)
<a name="IntervalEnum"></a>
## Enum: IntervalEnum
* `month` (value: `"month"`)
|