add subdir

This commit is contained in:
ExilProductions
2026-02-15 17:39:26 +01:00
parent a4b3cb0164
commit aa707d1deb
262 changed files with 12189 additions and 0 deletions

42
Models/Listing.md Normal file
View File

@@ -0,0 +1,42 @@
# Listing
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **active** | **Boolean** | | [default to null] |
| **buyerRefundable** | **Boolean** | | [default to null] |
| **description** | **String** | | [default to null] |
| **displayName** | **String** | | [default to null] |
| **duration** | **Integer** | | [optional] [default to null] |
| **durationType** | **String** | | [optional] [default to null] |
| **groupIcon** | **String** | | [optional] [default to null] |
| **groupId** | **String** | | [optional] [default to null] |
| **groupName** | **String** | | [optional] [default to null] |
| **hasAvatar** | **Boolean** | | [default to null] |
| **hasUdon** | **Boolean** | | [default to null] |
| **hydratedProducts** | [**List**](Product.md) | | [optional] [default to null] |
| **id** | **String** | | [default to null] |
| **imageId** | **String** | | [optional] [default to null] |
| **imageUrl** | **String** | | [optional] [default to null] |
| **listingType** | **String** | | [default to subscription] |
| **listingVariants** | [**List**](ProductListingVariant.md) | | [optional] [default to null] |
| **permanent** | **Boolean** | | [optional] [default to null] |
| **priceTokens** | **Integer** | | [default to null] |
| **productIds** | **List** | | [default to null] |
| **productType** | **String** | | [default to udon] |
| **products** | **List** | | [default to null] |
| **quantifiable** | **Boolean** | | [optional] [default to null] |
| **recurrable** | **Boolean** | | [default to null] |
| **refundable** | **Boolean** | | [default to null] |
| **sellerDisplayName** | **String** | | [default to null] |
| **sellerId** | **String** | | [default to null] |
| **soldByVrc** | **Boolean** | | [optional] [default to null] |
| **stackable** | **Boolean** | | [default to null] |
| **storeIds** | **List** | | [default to null] |
| **subtitle** | **String** | | [optional] [default to null] |
| **tags** | **List** | | [optional] [default to null] |
| **vrcPlusDiscountPrice** | **Integer** | | [optional] [default to null] |
| **whenToExpire** | **Date** | | [optional] [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)