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

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

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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
Index: generated/googleapis/lib/androidpublisher/v2.dart
diff --git a/generated/googleapis/lib/androidpublisher/v2.dart b/generated/googleapis/lib/androidpublisher/v2.dart
index 9ec72053554829cf4d5bd87dffe30c56c77a0c30..e39a90742c4855930d6a689daad083c1dc0d0b1e 100644
--- a/generated/googleapis/lib/androidpublisher/v2.dart
+++ b/generated/googleapis/lib/androidpublisher/v2.dart
@@ -3441,10 +3441,9 @@ class InAppProduct {
core.String subscriptionPeriod;
/**
- * Trial duration (if any) of the subscription, defined as ISO 8601. i.e.
- * "P10D" means an initial period of 10 days during which ownership is granted
- * prior to any payment. Acceptable values are between "P7D" and "P999D".
- * Seasonal subscriptions cannot have a trial period.
+ * Trial period, specified in ISO 8601 format. Acceptable values are anything
+ * between "P7D" (seven days) and "P999D" (999 days). Seasonal subscriptions
+ * cannot have a trial period.
*/
core.String trialPeriod;

Powered by Google App Engine
This is Rietveld 408576698