Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.15 KB

UserSubscription.md

File metadata and controls

30 lines (25 loc) · 1.15 KB

vrchat_dart_generated.model.UserSubscription

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
id String
transactionId String
store String Which "Store" it came from. Right now only Stores are "Steam" and "Admin".
steamItemId String [optional]
amount num
description String
period SubscriptionPeriod
tier int
active bool [default to true]
status TransactionStatus
starts String [optional]
expires DateTime
createdAt DateTime
updatedAt DateTime
licenseGroups List<String>
isGift bool [default to false]

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