From 7f09366b6aa0e19775f60bc1e0f7c554183187ad Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 13 Aug 2014 17:25:30 -0700 Subject: [PATCH] docs: Documented new fields returned by getSkuDetails(). Per bug b/9221265, documented new price_amount_micros and price_currency_code fields. Doc is staged to: http://asolovay.mtv:9265/google/play/billing/billing_reference.html#getSkuDetails bug: 9221265 Change-Id: I06798692b3329e5e0d1fe3aaf215d9c97f2363c0 --- .../google/play/billing/billing_reference.jd | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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.