My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.CloudScriptModels.SubscriptionModel Class Reference
Inheritance diagram for PlayFab.CloudScriptModels.SubscriptionModel:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

DateTime Expiration
 When this subscription expires.
 
DateTime InitialSubscriptionTime
 The time the subscription was orignially purchased.
 
bool IsActive
 Whether this subscription is currently active. That is, if Expiration > now.
 
SubscriptionProviderStatus? Status
 The status of this subscription, according to the subscription provider.
 
string SubscriptionId
 The id for this subscription.
 
string SubscriptionItemId
 The item id for this subscription from the primary catalog.
 
string SubscriptionProvider
 The provider for this subscription. Apple or Google Play are supported today.
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: