Files
VRChatBackendDocs/Models/ProductPurchase.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

3.1 KiB

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 [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 [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] [Back to API list] [Back to README]