File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
clients/google-api-services-androidpublisher/v3
com/google/api/services/androidpublisher/model Expand file tree Collapse file tree 4 files changed +12
-12
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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-androidpublisher</artifactId >
25- <version >v3-rev20250529 -2.0.0</version >
25+ <version >v3-rev20250602 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20250529 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20250602 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131public final class RevocationContext extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Optional. Used when users should be refunded the full amount of the latest order of the
35- * subscription.
34+ * Optional. Used when users should be refunded the full amount of latest charge on each item in
35+ * the subscription.
3636 * The value may be {@code null}.
3737 */
3838 @ com .google .api .client .util .Key
@@ -54,17 +54,17 @@ public final class RevocationContext extends com.google.api.client.json.GenericJ
5454 private RevocationContextProratedRefund proratedRefund ;
5555
5656 /**
57- * Optional. Used when users should be refunded the full amount of the latest order of the
58- * subscription.
57+ * Optional. Used when users should be refunded the full amount of latest charge on each item in
58+ * the subscription.
5959 * @return value or {@code null} for none
6060 */
6161 public RevocationContextFullRefund getFullRefund () {
6262 return fullRefund ;
6363 }
6464
6565 /**
66- * Optional. Used when users should be refunded the full amount of the latest order of the
67- * subscription.
66+ * Optional. Used when users should be refunded the full amount of latest charge on each item in
67+ * the subscription.
6868 * @param fullRefund fullRefund or {@code null} for none
6969 */
7070 public RevocationContext setFullRefund (RevocationContextFullRefund fullRefund ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-androidpublisher</artifactId >
11- <version >v3-rev20250529 -2.0.0</version >
12- <name >Google Play Android Developer API v3-rev20250529 -2.0.0</name >
11+ <version >v3-rev20250602 -2.0.0</version >
12+ <name >Google Play Android Developer API v3-rev20250602 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-androidpublisher</artifactId >
25- <version >v3-rev20250529 -2.0.0</version >
25+ <version >v3-rev20250602 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20250529 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20250602 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments