RegionalTaxRateInfo
Stay organized with collections
Save and categorize content based on your preferences.
Specified details about taxation in a given geographical region.
JSON representation |
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
Fields |
taxTier |
enum (TaxTier )
Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers, books, or audiobooks in various regions may be eligible for reduced tax rates. Learn more.
|
eligibleForStreamingServiceTaxRate |
boolean
You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in the United States.
|
streamingTaxType |
enum (StreamingTaxType )
To collect communications or amusement taxes in the United States, choose the appropriate tax category. Learn more.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-16 UTC."],[[["Specifies tax details within a geographical region, including tax tiers and eligibility for streaming service tax rates."],["Developers selling specific digital content like news or books may qualify for reduced tax rates based on the defined tax tiers."],["US-based apps containing streaming products require specifying the streaming tax type for accurate state and local sales tax calculation."],["`TaxTier` allows for reduced tax rates for eligible digital content while `StreamingTaxType` ensures accurate tax collection for US streaming services."]]],["The content outlines taxation details for digital products in specific regions, focusing on `TaxTier` and `StreamingTaxType`. `TaxTier` defines reduced tax rates for products like books, news, and audiobooks, with rates varying by region and tier. `StreamingTaxType` specifies tax categories for streaming services in the US, including video and audio streaming, rentals, sales, and multi-channel options. Developers must indicate if their app contains streaming content. They also should learn about tax rates in the Play Console.\n"]]