| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) PlanFeature | PlanFeature | SubscriptionPlanModule | Spotify |
| (2) StreamEvent | StreamEvent | TrackModule | Spotify |
| (3) SubscriptionFeature | SubscriptionFeature | SubscriptionPlanModule | Spotify |
| (4) SubscriptionPlan | SubscriptionPlan | SubscriptionPlanModule | Spotify |
| (5) UserSubscription | UserSubscription | UserAccountModule | Spotify |
| PlanFeature | SubscriptionPlanModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) IsIncluded | BOOL | PlanFeature | ||
| (2) SubscriptionFeature | LONG | PlanFeature | SubscriptionFeature | SubscriptionPlanModule |
| (3) SubscriptionPlan | LONG | PlanFeature | SubscriptionPlan | SubscriptionPlanModule |
Example:
final PlanFeature planfeature = (PlanFeature) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/planfeature/" + id, PlanFeature.class);| SubscriptionFeature | SubscriptionPlanModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | SubscriptionFeature | ||
| (2) Name | STRING | SubscriptionFeature |
Example:
final SubscriptionFeature subscriptionfeature = (SubscriptionFeature) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/subscriptionfeature/" + id, SubscriptionFeature.class);| SubscriptionPlan | SubscriptionPlanModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | SubscriptionPlan | ||
| (2) IsDuo | BOOL | SubscriptionPlan | ||
| (3) IsFamily | BOOL | SubscriptionPlan | ||
| (4) IsMini | BOOL | SubscriptionPlan | ||
| (5) IsPaid | BOOL | SubscriptionPlan | ||
| (6) IsStudent | BOOL | SubscriptionPlan | ||
| (7) MaxBitrateKbps | LONG | SubscriptionPlan | ||
| (8) MaxDevices | LONG | SubscriptionPlan | ||
| (9) MaxOfflineTracks | LONG | SubscriptionPlan | ||
| (10) Name | STRING | SubscriptionPlan |
Example:
final SubscriptionPlan subscriptionplan = (SubscriptionPlan) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/subscriptionplan/" + id, SubscriptionPlan.class);| Contact | Donate | Imprint |