nonSubscriptions property

Map<String, List<AdaptyNonSubscription>> nonSubscriptions
final

The keys are product ids from the store. The values are arrays of information about consumables. Can be null if the customer has no purchases.

Implementation

final Map<String, List<AdaptyNonSubscription>> nonSubscriptions;