add subdir
This commit is contained in:
17
Models/TokenBundle.md
Normal file
17
Models/TokenBundle.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# TokenBundle
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **amount** | **Integer** | price of the bundle | [default to null] |
|
||||
| **appleProductId** | **String** | | [default to null] |
|
||||
| **description** | **String** | | [default to null] |
|
||||
| **googleProductId** | **String** | | [optional] [default to null] |
|
||||
| **id** | **String** | | [default to null] |
|
||||
| **imageUrl** | **String** | direct url to image | [default to null] |
|
||||
| **oculusSku** | **String** | | [default to null] |
|
||||
| **steamItemId** | **String** | | [default to null] |
|
||||
| **tokens** | **Integer** | number of tokens received | [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