state property

  1. @JsonKey.new(name: 'state')
String get state
inherited

The new state of the subscription. Currently, it can be one of “canceled” if the user canceled the subscription, “active” if the user re-enabled a previously canceled subscription, or “failed” if payment for the subscription failed.

Implementation

@JsonKey(name: 'state')
String get state;