Update docs
diff --git a/docs/dyn/androidpublisher_v2.purchases.subscriptions.html b/docs/dyn/androidpublisher_v2.purchases.subscriptions.html
index f77d1ce..e4610c5 100644
--- a/docs/dyn/androidpublisher_v2.purchases.subscriptions.html
+++ b/docs/dyn/androidpublisher_v2.purchases.subscriptions.html
@@ -141,10 +141,20 @@
   An object of the form:
 
     { # A SubscriptionPurchase resource indicates the status of a user's subscription purchase.
-    "expiryTimeMillis": "A String", # Time at which the subscription will expire, in milliseconds since Epoch.
     "kind": "androidpublisher#subscriptionPurchase", # This kind represents a subscriptionPurchase object in the androidpublisher service.
+    "countryCode": "A String", # ISO 3166-1 alpha-2 billing country/region code of the user at the time the subscription was granted.
+    "developerPayload": "A String", # A developer-specified string that contains supplemental information about an order.
     "autoRenewing": True or False, # Whether the subscription will automatically be renewed when it reaches its current expiry time.
+    "paymentState": 42, # The payment state of the subscription. Possible values are:
+        # - 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:
+        # - 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.
   }</pre>
 </div>