File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-androidpublisher/v3
com/google/api/services/androidpublisher/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-androidpublisher</artifactId >
25
- <version >v3-rev20241125 -2.0.0</version >
25
+ <version >v3-rev20241216 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241125 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241216 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ public final class AutoRenewingPlan extends com.google.api.client.json.GenericJs
52
52
@ com .google .api .client .util .Key
53
53
private SubscriptionItemPriceChangeDetails priceChangeDetails ;
54
54
55
+ /**
56
+ * The current recurring price of the auto renewing plan.
57
+ * The value may be {@code null}.
58
+ */
59
+ @ com .google .api .client .util .Key
60
+ private Money recurringPrice ;
61
+
55
62
/**
56
63
* If the subscription is currently set to auto-renew, e.g. the user has not canceled the
57
64
* subscription
@@ -105,6 +112,23 @@ public AutoRenewingPlan setPriceChangeDetails(SubscriptionItemPriceChangeDetails
105
112
return this ;
106
113
}
107
114
115
+ /**
116
+ * The current recurring price of the auto renewing plan.
117
+ * @return value or {@code null} for none
118
+ */
119
+ public Money getRecurringPrice () {
120
+ return recurringPrice ;
121
+ }
122
+
123
+ /**
124
+ * The current recurring price of the auto renewing plan.
125
+ * @param recurringPrice recurringPrice or {@code null} for none
126
+ */
127
+ public AutoRenewingPlan setRecurringPrice (Money recurringPrice ) {
128
+ this .recurringPrice = recurringPrice ;
129
+ return this ;
130
+ }
131
+
108
132
@ Override
109
133
public AutoRenewingPlan set (String fieldName , Object value ) {
110
134
return (AutoRenewingPlan ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-androidpublisher</artifactId >
11
- <version >v3-rev20241125 -2.0.0</version >
12
- <name >Google Play Android Developer API v3-rev20241125 -2.0.0</name >
11
+ <version >v3-rev20241216 -2.0.0</version >
12
+ <name >Google Play Android Developer API v3-rev20241216 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-androidpublisher</artifactId >
25
- <version >v3-rev20241125 -2.0.0</version >
25
+ <version >v3-rev20241216 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241125 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241216 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments