Skip to content

Commit 8319455

Browse files
asolovayAndroid (Google) Code Review
authored andcommitted
Merge "docs: Documented new fields returned by getSkuDetails()." into klp-modular-docs
2 parents fb1f5bd + 7f09366 commit 8319455

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

docs/html/google/play/billing/billing_reference.jd

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,27 @@ parent.link=index.html
102102
</tr>
103103
<tr>
104104
<td>{@code type}</td>
105-
<td>Value must be “inapp” for an in-app product or "subs" for
105+
<td>Value must be “inapp” for an in-app product or "subs" for
106106
subscriptions.</td>
107107
</tr>
108108
<tr>
109109
<td>{@code price}</td>
110-
<td>Formatted price of the item, including its currency sign. The price
110+
<td>Formatted price of the item, including its currency sign. The price
111111
does not include tax.</td>
112112
</tr>
113+
<tr>
114+
<td>{@code price_amount_micros}</td>
115+
<td>Price in micro-units, where 1,000,000 micro-units equal one unit of the
116+
currency. For example, if {@code price} is {@code "€7.99"}, {@code
117+
price_amount_micros} is {@code "7990000"}.</td>
118+
</tr>
119+
<tr>
120+
<td>{@code price_currency_code}</td>
121+
<td><a href="http://en.wikipedia.org/wiki/ISO_4217#Active_codes">ISO 4217
122+
currency code</a> for {@code price}. For example, if {@code price} is
123+
specified in British pounds sterling, {@code price_currency_code} is {@code
124+
"GBP"}.</td>
125+
</tr>
113126
<tr>
114127
<td>{@code title}</td>
115128
<td>Title of the product.</td>

0 commit comments

Comments
 (0)