product property

String? product
getter/setter pair

The user's Spotify subscription level: "premium", "free", etc. (The subscription level "open" can be considered the same as "free".)

This field is only available when the current user has granted access to the user-read-private scope.

Implementation

String? product;