Skip to content

Commit 61afcd3

Browse files
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - schemas.AutoRenewingBasePlanType.properties.accountHoldDuration.type (Total Keys: 1)
1 parent 8ba17b1 commit 61afcd3

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ <h3>Method Details</h3>
132132
&quot;basePlans&quot;: [ # The set of base plans for this subscription. Represents the prices and duration of the subscription if no other offers apply.
133133
{ # A single base plan for a subscription.
134134
&quot;autoRenewingBasePlanType&quot;: { # Represents a base plan that automatically renews at the end of its subscription period. # Set when the base plan automatically renews at a regular interval.
135+
&quot;accountHoldDuration&quot;: &quot;A String&quot;, # Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified, the default value is P30D (30 days).
135136
&quot;billingPeriodDuration&quot;: &quot;A String&quot;, # Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.
136137
&quot;gracePeriodDuration&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a default value will be used based on the recurring period duration.
137138
&quot;legacyCompatible&quot;: True or False, # Whether the renewing base plan is backward compatible. The backward compatible base plan is returned by the Google Play Billing Library deprecated method querySkuDetailsAsync(). Only one renewing base plan can be marked as legacy compatible for a given subscription.
@@ -293,6 +294,7 @@ <h3>Method Details</h3>
293294
&quot;basePlans&quot;: [ # The set of base plans for this subscription. Represents the prices and duration of the subscription if no other offers apply.
294295
{ # A single base plan for a subscription.
295296
&quot;autoRenewingBasePlanType&quot;: { # Represents a base plan that automatically renews at the end of its subscription period. # Set when the base plan automatically renews at a regular interval.
297+
&quot;accountHoldDuration&quot;: &quot;A String&quot;, # Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified, the default value is P30D (30 days).
296298
&quot;billingPeriodDuration&quot;: &quot;A String&quot;, # Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.
297299
&quot;gracePeriodDuration&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a default value will be used based on the recurring period duration.
298300
&quot;legacyCompatible&quot;: True or False, # Whether the renewing base plan is backward compatible. The backward compatible base plan is returned by the Google Play Billing Library deprecated method querySkuDetailsAsync(). Only one renewing base plan can be marked as legacy compatible for a given subscription.
@@ -401,6 +403,7 @@ <h3>Method Details</h3>
401403
&quot;basePlans&quot;: [ # The set of base plans for this subscription. Represents the prices and duration of the subscription if no other offers apply.
402404
{ # A single base plan for a subscription.
403405
&quot;autoRenewingBasePlanType&quot;: { # Represents a base plan that automatically renews at the end of its subscription period. # Set when the base plan automatically renews at a regular interval.
406+
&quot;accountHoldDuration&quot;: &quot;A String&quot;, # Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified, the default value is P30D (30 days).
404407
&quot;billingPeriodDuration&quot;: &quot;A String&quot;, # Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.
405408
&quot;gracePeriodDuration&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a default value will be used based on the recurring period duration.
406409
&quot;legacyCompatible&quot;: True or False, # Whether the renewing base plan is backward compatible. The backward compatible base plan is returned by the Google Play Billing Library deprecated method querySkuDetailsAsync(). Only one renewing base plan can be marked as legacy compatible for a given subscription.

0 commit comments

Comments
 (0)