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

Public Attributes

bool IsActive
 Whether this membership is active. That is, whether the MembershipExpiration time has been reached.
 
DateTime MembershipExpiration
 The time this membership expires.
 
string MembershipId
 The id of the membership.
 
DateTime? OverrideExpiration
 Membership expirations can be explicitly overridden (via game manager or the admin api). If this membership has been overridden, this will be the new expiration time.
 
List< SubscriptionModelSubscriptions
 The list of subscriptions that this player has for this membership.
 

Additional Inherited Members

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

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