You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/SubscriptionPurchaseV2.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class SubscriptionPurchaseV2 extends com.google.api.client.json.Gen
39
39
40
40
/**
41
41
* Additional context around canceled subscriptions. Only present if the subscription currently
42
-
* has subscription_state SUBSCRIPTION_STATE_CANCELED.
42
+
* has subscription_state SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -157,7 +157,7 @@ public SubscriptionPurchaseV2 setAcknowledgementState(java.lang.String acknowled
157
157
158
158
/**
159
159
* Additional context around canceled subscriptions. Only present if the subscription currently
160
-
* has subscription_state SUBSCRIPTION_STATE_CANCELED.
160
+
* has subscription_state SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED.
0 commit comments