Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.38 KB

File metadata and controls

33 lines (25 loc) · 1.38 KB

Purchase

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'

Properties

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]