Supported 'with' hints: - 'Buyer': the buyer of the purchase - 'Seller': the seller of the purchase - 'Resource': the resource purchased, if content_type = 'resource' - 'Addon': the addon purchased, if content_type = 'addon'
| Name | Type | Description | Notes |
|---|---|---|---|
| purchaseId | Integer | [optional] | |
| contentType | String | [optional] | |
| contentId | Integer | [optional] | |
| buyerId | Integer | [optional] | |
| sellerId | Integer | [optional] | |
| createdAt | Integer | [optional] | |
| validatedAt | Integer | [optional] | |
| bundleId | Integer | [optional] | |
| saleEventId | Integer | [optional] | |
| externalTid | String | [optional] | |
| gateway | String | [optional] | |
| listPrice | Price | [optional] | |
| finalPrice | Price | [optional] | |
| platformFee | Price | [optional] | |
| adFeePayment | Price | [optional] | |
| adFeeCredit | Price | [optional] | |
| resource | Resource | [optional] | |
| addon | Addon | [optional] | |
| buyer | Member | [optional] | |
| seller | Member | [optional] |