|
4732 | 4732 | }
|
4733 | 4733 | }
|
4734 | 4734 | },
|
4735 |
| - "revision": "20241216", |
| 4735 | + "revision": "20241217", |
4736 | 4736 | "rootUrl": "https://androidpublisher.googleapis.com/",
|
4737 | 4737 | "schemas": {
|
4738 | 4738 | "Abi": {
|
|
5249 | 5249 | "id": "AutoRenewingBasePlanType",
|
5250 | 5250 | "properties": {
|
5251 | 5251 | "accountHoldDuration": {
|
5252 |
| - "description": "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).", |
| 5252 | + "description": "Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and P60D. If not specified, the default value is P30D. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.", |
5253 | 5253 | "type": "string"
|
5254 | 5254 | },
|
5255 | 5255 | "billingPeriodDuration": {
|
5256 | 5256 | "description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
|
5257 | 5257 | "type": "string"
|
5258 | 5258 | },
|
5259 | 5259 | "gracePeriodDuration": {
|
5260 |
| - "description": "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.", |
| 5260 | + "description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.", |
5261 | 5261 | "type": "string"
|
5262 | 5262 | },
|
5263 | 5263 | "legacyCompatible": {
|
|
7077 | 7077 | "id": "InstallmentsBasePlanType",
|
7078 | 7078 | "properties": {
|
7079 | 7079 | "accountHoldDuration": {
|
7080 |
| - "description": "Optional. Account hold period of the subscription, specified exclusively in days and in ISO 8601 format. Acceptable values are P0D (zero days) to P30D (30days). If not specified, the default value is P30D (30 days).", |
| 7080 | + "description": "Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and P60D. If not specified, the default value is P30D. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.", |
7081 | 7081 | "type": "string"
|
7082 | 7082 | },
|
7083 | 7083 | "billingPeriodDuration": {
|
|
7090 | 7090 | "type": "integer"
|
7091 | 7091 | },
|
7092 | 7092 | "gracePeriodDuration": {
|
7093 |
| - "description": "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.", |
| 7093 | + "description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.", |
7094 | 7094 | "type": "string"
|
7095 | 7095 | },
|
7096 | 7096 | "prorationMode": {
|
|
0 commit comments