Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: generated/googleapis/lib/androidpublisher/v2.dart

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/androidenterprise/v1.dart ('k') | generated/googleapis/lib/appengine/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/androidpublisher/v2.dart
diff --git a/generated/googleapis/lib/androidpublisher/v2.dart b/generated/googleapis/lib/androidpublisher/v2.dart
index 450bfcd666caabb4b1aa446de1effb9a39bcdfcf..855d36039e73d1a29b34459e7a2ec868289a2f46 100644
--- a/generated/googleapis/lib/androidpublisher/v2.dart
+++ b/generated/googleapis/lib/androidpublisher/v2.dart
@@ -4833,9 +4833,9 @@ class Season {
*/
class SubscriptionDeferralInfo {
/**
- * 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.
+ * 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.
*/
core.String desiredExpiryTimeMillis;
/**
@@ -4879,8 +4879,8 @@ class SubscriptionPurchase {
*/
core.bool autoRenewing;
/**
- * The cancel reason of the subscription, if the subscription is not auto
- * renewing. Possible values are:
+ * 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
@@ -4897,7 +4897,8 @@ class SubscriptionPurchase {
*/
core.String developerPayload;
/**
- * Time at which the subscription will expire, in milliseconds since Epoch.
+ * Time at which the subscription will expire, in milliseconds since the
+ * Epoch.
*/
core.String expiryTimeMillis;
/**
@@ -4913,9 +4914,9 @@ class SubscriptionPurchase {
core.int paymentState;
/**
* 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.
+ * 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.
*/
core.String priceAmountMicros;
/**
@@ -4925,7 +4926,8 @@ class SubscriptionPurchase {
*/
core.String priceCurrencyCode;
/**
- * Time at which the subscription was granted, in milliseconds since Epoch.
+ * Time at which the subscription was granted, in milliseconds since the
+ * Epoch.
*/
core.String startTimeMillis;
« no previous file with comments | « generated/googleapis/lib/androidenterprise/v1.dart ('k') | generated/googleapis/lib/appengine/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698