Customer Info
@Serializable
A class that contains the latest subscription and entitlement info about the customer. These objects are non-mutable and do not update automatically.
Constructors
Link copied to clipboard
constructor(subscriptions: List<SubscriptionTransaction>, nonSubscriptions: List<NonSubscriptionTransaction>, userId: String = "", entitlements: List<Entitlement>, isPlaceholder: Boolean = false)
Properties
Link copied to clipboard
A Set of the product identifiers for the active subscriptions.
Link copied to clipboard
All entitlements available to the user.
Link copied to clipboard
The non-subscription transactions the user has made. The transactions are ordered by purchase date in ascending order.
Link copied to clipboard
The subscription transactions the user has made. The transactions are ordered by purchase date in ascending order.