add subdir
This commit is contained in:
42
Models/Listing.md
Normal file
42
Models/Listing.md
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user