unsubscribedAt property

DateTime? unsubscribedAt
final

The time when the auto-renewable subscription was cancelled. Subscription can still be active, it just means that auto-renewal turned off. Will be set to null if the user reactivates the subscription.

Nullable

Implementation

final DateTime? unsubscribedAt;