add subdir
This commit is contained in:
45
Models/ProductPurchase.md
Normal file
45
Models/ProductPurchase.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# ProductPurchase
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **buyerDisplayName** | **String** | | [default to null] |
|
||||
| **buyerId** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [default to null] |
|
||||
| **firstParty** | **Boolean** | | [optional] [default to null] |
|
||||
| **isBuyer** | **Boolean** | | [default to null] |
|
||||
| **isGift** | **Boolean** | | [default to null] |
|
||||
| **isReceiver** | **Boolean** | | [default to null] |
|
||||
| **isSeller** | **Boolean** | | [default to null] |
|
||||
| **listingCurrentlyAvailable** | **Boolean** | | [default to null] |
|
||||
| **listingDisplayName** | **String** | | [default to null] |
|
||||
| **listingId** | **String** | | [default to null] |
|
||||
| **listingImageId** | **String** | | [default to null] |
|
||||
| **listingSubtitle** | **String** | | [default to null] |
|
||||
| **listingType** | **String** | | [default to subscription] |
|
||||
| **products** | **List** | | [default to null] |
|
||||
| **purchaseActive** | **Boolean** | | [default to null] |
|
||||
| **purchaseContext** | [**ProductPurchase_purchaseContext**](ProductPurchase_purchaseContext.md) | | [default to null] |
|
||||
| **purchaseCurrentStatus** | **String** | | [default to null] |
|
||||
| **purchaseDate** | **Date** | | [default to null] |
|
||||
| **purchaseDuration** | **Integer** | | [optional] [default to null] |
|
||||
| **purchaseDurationType** | **String** | | [optional] [default to null] |
|
||||
| **purchaseEndDate** | **Date** | | [default to null] |
|
||||
| **purchaseId** | **String** | | [default to null] |
|
||||
| **purchaseLatest** | **Boolean** | | [default to null] |
|
||||
| **purchasePrice** | **Integer** | | [default to null] |
|
||||
| **purchaseQuantity** | **Integer** | | [default to null] |
|
||||
| **purchaseStartDate** | **Date** | | [default to null] |
|
||||
| **purchaseToken** | [**Object**](.md) | | [default to null] |
|
||||
| **purchaseType** | **String** | | [default to null] |
|
||||
| **purchaseUnitPrice** | **Integer** | | [default to null] |
|
||||
| **receiverDisplayName** | **String** | | [default to null] |
|
||||
| **receiverId** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [default to null] |
|
||||
| **recurrable** | **Boolean** | | [default to null] |
|
||||
| **refundable** | **Boolean** | | [default to null] |
|
||||
| **sellerDisplayName** | **String** | | [default to null] |
|
||||
| **sellerId** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [default to null] |
|
||||
| **stackable** | **Boolean** | | [default to null] |
|
||||
| **willRecur** | **Boolean** | | [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