Files
VRChatBackendDocs/Models/UserSubscription.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

26 lines
1.3 KiB
Markdown

# 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)