diff --git a/docs/html/google/play/billing/billing_reference.jd b/docs/html/google/play/billing/billing_reference.jd
index e168d7081af25..4f5e65c741b15 100644
--- a/docs/html/google/play/billing/billing_reference.jd
+++ b/docs/html/google/play/billing/billing_reference.jd
@@ -102,14 +102,27 @@ parent.link=index.html
| {@code type} |
- Value must be “inapp” for an in-app product or "subs" for
+ | Value must be “inapp” for an in-app product or "subs" for
subscriptions. |
| {@code price} |
- Formatted price of the item, including its currency sign. The price
+ | Formatted price of the item, including its currency sign. The price
does not include tax. |
+
+ | {@code price_amount_micros} |
+ Price in micro-units, where 1,000,000 micro-units equal one unit of the
+ currency. For example, if {@code price} is {@code "€7.99"}, {@code
+ price_amount_micros} is {@code "7990000"}. |
+
+
+ | {@code price_currency_code} |
+ ISO 4217
+ currency code for {@code price}. For example, if {@code price} is
+ specified in British pounds sterling, {@code price_currency_code} is {@code
+ "GBP"}. |
+
| {@code title} |
Title of the product. |