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/AutoRenewingBasePlanType.java
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,9 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
32
32
33
33
/**
34
34
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
35
-
* values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified,
36
-
* the default value is P30D (30 days).
35
+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
36
+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
37
+
* inclusive.
37
38
* The value may be {@code null}.
38
39
*/
39
40
@com.google.api.client.util.Key
@@ -49,9 +50,10 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
49
50
privatejava.lang.StringbillingPeriodDuration;
50
51
51
52
/**
52
-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
53
-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
54
-
* default value will be used based on the recurring period duration.
53
+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
54
+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
55
+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
56
+
* accountHoldDuration must be between P30D and P60D days, inclusive.
55
57
* The value may be {@code null}.
56
58
*/
57
59
@com.google.api.client.util.Key
@@ -94,8 +96,9 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
94
96
95
97
/**
96
98
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
97
-
* values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified,
98
-
* the default value is P30D (30 days).
99
+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
100
+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
101
+
* inclusive.
99
102
* @return value or {@code null} for none
100
103
*/
101
104
publicjava.lang.StringgetAccountHoldDuration() {
@@ -104,8 +107,9 @@ public java.lang.String getAccountHoldDuration() {
104
107
105
108
/**
106
109
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
107
-
* values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified,
108
-
* the default value is P30D (30 days).
110
+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
111
+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
112
+
* inclusive.
109
113
* @param accountHoldDuration accountHoldDuration or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/InstallmentsBasePlanType.java
0 commit comments