cancelReason property

int? cancelReason
getter/setter pair

The reason why a subscription was canceled or is not auto-renewing.

Possible values are: 0. User canceled the subscription 1. Subscription was canceled by the system, for example because of a billing problem 2. Subscription was replaced with a new subscription 3. Subscription was canceled by the developer

Implementation

core.int? cancelReason;