includeSuspendedAndroid property

bool? includeSuspendedAndroid
final

Include suspended subscriptions in the result (Android 8.1+). Suspended subscriptions have isSuspendedAndroid=true and should NOT be granted entitlements. Users should be directed to the subscription center to resolve payment issues. Default: false (only active subscriptions are returned)

Implementation

final bool? includeSuspendedAndroid;