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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
40
40
privatejava.lang.StringaccountHoldDuration;
41
41
42
42
/**
43
-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
44
-
* periods, refer to the help center.
43
+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
44
+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
45
+
* plan is created.
45
46
* The value may be {@code null}.
46
47
*/
47
48
@com.google.api.client.util.Key
@@ -113,17 +114,19 @@ public AutoRenewingBasePlanType setAccountHoldDuration(java.lang.String accountH
113
114
}
114
115
115
116
/**
116
-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
117
-
* periods, refer to the help center.
117
+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
118
+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
Copy file name to clipboardExpand all lines: clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/InstallmentsBasePlanType.java
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,17 @@ public final class InstallmentsBasePlanType extends com.google.api.client.json.G
40
40
privatejava.lang.StringaccountHoldDuration;
41
41
42
42
/**
43
-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
44
-
* periods, refer to the help center.
43
+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
44
+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
45
+
* plan is created.
45
46
* The value may be {@code null}.
46
47
*/
47
48
@com.google.api.client.util.Key
48
49
privatejava.lang.StringbillingPeriodDuration;
49
50
50
51
/**
51
-
* Required. The number of payments the user is committed to.
52
+
* Required. Immutable. The number of payments the user is committed to. It is immutable after the
53
+
* base plan is created.
52
54
* The value may be {@code null}.
53
55
*/
54
56
@com.google.api.client.util.Key
@@ -72,8 +74,8 @@ public final class InstallmentsBasePlanType extends com.google.api.client.json.G
72
74
privatejava.lang.StringprorationMode;
73
75
74
76
/**
75
-
* Required. Installments base plan renewal type. Determines the behavior at the end of the
76
-
* initial commitment.
77
+
* Required. Immutable. Installments base plan renewal type. Determines the behavior at the end of
78
+
* the initial commitment. The renewal type is immutable after the base plan is created.
77
79
* The value may be {@code null}.
78
80
*/
79
81
@com.google.api.client.util.Key
@@ -109,17 +111,19 @@ public InstallmentsBasePlanType setAccountHoldDuration(java.lang.String accountH
109
111
}
110
112
111
113
/**
112
-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
113
-
* periods, refer to the help center.
114
+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
115
+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
Copy file name to clipboardExpand all lines: clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/PrepaidBasePlanType.java
0 commit comments