Checking out the API for the Google Play IAB v3, the response for the getSkuDetails()
returns price
, price_amount_micros
and price_currency_code
. Unfortunately, The price does not include tax.
Does anybody know of any other way of getting the full price for a purchase or a IAB/subscription item?
Reference: http://developer.android.com/google/play/billing/billing_reference.html#billing-interface
Ok, so apparently the API docs suck. Wow, what a surprise. The price
value has VAT included. Now the follow up question would be, is there any way of getting the VAT free price?