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

1.3 KiB

UserSubscription

Properties

Name Type Description Notes
active Boolean [default to true]
amount BigDecimal [default to null]
created_at Date [default to null]
description String [default to null]
expires Date [default to null]
id String [default to null]
isBulkGift Boolean [default to false]
isGift Boolean [default to false]
licenseGroups List [default to null]
period String [default to month]
starts String [optional] [default to null]
status String [default to active]
steamItemId String [optional] [default to null]
store String Which "Store" it came from. Right now only Stores are "Steam" and "Admin". [default to null]
tier Integer [default to null]
transactionId String [default to null]
updated_at Date [default to null]

[Back to Model list] [Back to API list] [Back to README]