add subdir
This commit is contained in:
25
Models/UserSubscription.md
Normal file
25
Models/UserSubscription.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# UserSubscription
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **active** | **Boolean** | | [default to true] |
|
||||
| **amount** | **BigDecimal** | | [default to null] |
|
||||
| **created\_at** | **Date** | | [default to null] |
|
||||
| **description** | **String** | | [default to null] |
|
||||
| **expires** | **Date** | | [default to null] |
|
||||
| **id** | **String** | | [default to null] |
|
||||
| **isBulkGift** | **Boolean** | | [default to false] |
|
||||
| **isGift** | **Boolean** | | [default to false] |
|
||||
| **licenseGroups** | **List** | | [default to null] |
|
||||
| **period** | **String** | | [default to month] |
|
||||
| **starts** | **String** | | [optional] [default to null] |
|
||||
| **status** | **String** | | [default to active] |
|
||||
| **steamItemId** | **String** | | [optional] [default to null] |
|
||||
| **store** | **String** | Which \"Store\" it came from. Right now only Stores are \"Steam\" and \"Admin\". | [default to null] |
|
||||
| **tier** | **Integer** | | [default to null] |
|
||||
| **transactionId** | **String** | | [default to null] |
|
||||
| **updated\_at** | **Date** | | [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