Update documentation
diff --git a/docs/dyn/androidpublisher_v2.purchases.subscriptions.html b/docs/dyn/androidpublisher_v2.purchases.subscriptions.html
index e4610c5..05c7268 100644
--- a/docs/dyn/androidpublisher_v2.purchases.subscriptions.html
+++ b/docs/dyn/androidpublisher_v2.purchases.subscriptions.html
@@ -115,7 +115,7 @@
{
"deferralInfo": { # A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time. # The information about the new desired expiry time for the subscription.
"expectedExpiryTimeMillis": "A String", # The expected expiry time for the subscription. If the current expiry time for the subscription is not the value specified here, the deferral will not occur.
- "desiredExpiryTimeMillis": "A String", # The desired next expiry time for the subscription in milliseconds since Epoch. The given time must be after the current expiry time for the subscription.
+ "desiredExpiryTimeMillis": "A String", # The desired next expiry time to assign to the subscription, in milliseconds since the Epoch. The given time must be later/greater than the current expiry time for the subscription.
},
}
@@ -149,12 +149,12 @@
# - Payment pending
# - Payment received
"priceCurrencyCode": "A String", # ISO 4217 currency code for the subscription price. For example, if the price is specified in British pounds sterling, price_currency_code is "GBP".
- "expiryTimeMillis": "A String", # Time at which the subscription will expire, in milliseconds since Epoch.
- "cancelReason": 42, # The cancel reason of the subscription, if the subscription is not auto renewing. Possible values are:
+ "expiryTimeMillis": "A String", # Time at which the subscription will expire, in milliseconds since the Epoch.
+ "cancelReason": 42, # The reason why a subscription was cancelled or is not auto-renewing. Possible values are:
# - User cancelled the subscription
# - Subscription was cancelled by the system, for example because of a billing problem
- "startTimeMillis": "A String", # Time at which the subscription was granted, in milliseconds since Epoch.
- "priceAmountMicros": "A String", # Price of the subscription, not including tax. Price is expressed in micro-units, where 1,000,000 micro-units equal one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.
+ "startTimeMillis": "A String", # Time at which the subscription was granted, in milliseconds since the Epoch.
+ "priceAmountMicros": "A String", # Price of the subscription, not including tax. Price is expressed in micro-units, where 1,000,000 micro-units represents one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.
}</pre>
</div>