Skip to content

Commit 929227e

Browse files
1 parent 16cf18f commit 929227e

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-androidpublisher/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-rev20241125-2.0.0</version>
25+
<version>v3-rev20241216-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/AutoRenewingPlan.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ public final class AutoRenewingPlan extends com.google.api.client.json.GenericJs
5252
@com.google.api.client.util.Key
5353
private SubscriptionItemPriceChangeDetails priceChangeDetails;
5454

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+
5562
/**
5663
* If the subscription is currently set to auto-renew, e.g. the user has not canceled the
5764
* subscription
@@ -105,6 +112,23 @@ public AutoRenewingPlan setPriceChangeDetails(SubscriptionItemPriceChangeDetails
105112
return this;
106113
}
107114

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+
108132
@Override
109133
public AutoRenewingPlan set(String fieldName, Object value) {
110134
return (AutoRenewingPlan) super.set(fieldName, value);

clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-rev20241125-2.0.0</version>
25+
<version>v3-rev20241216-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)