add subdir
This commit is contained in:
19
Models/Subscription.md
Normal file
19
Models/Subscription.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Subscription
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **amount** | **BigDecimal** | | [default to null] |
|
||||
| **appleProductId** | **String** | | [optional] [default to null] |
|
||||
| **description** | **String** | | [default to null] |
|
||||
| **googlePlanId** | **String** | | [optional] [default to null] |
|
||||
| **googleProductId** | **String** | | [optional] [default to null] |
|
||||
| **id** | **String** | | [default to null] |
|
||||
| **oculusSku** | **String** | | [optional] [default to null] |
|
||||
| **period** | **String** | | [default to month] |
|
||||
| **picoSku** | **String** | | [optional] [default to null] |
|
||||
| **steamItemId** | **String** | | [default to null] |
|
||||
| **tier** | **Integer** | | [default to null] |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user