Specified details about taxation in a given geographical region.
JSON representation |
---|
{ "taxTier": enum ( |
Fields | |
---|---|
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. |
eligibleForStreamingServiceTaxRate |
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 |
To collect communications or amusement taxes in the United States, choose the appropriate tax category. |
TaxTier
Each region may define a different number of tax tiers. The tax rate is computed as a function of a tuple T := {regionCode, taxTier}.
The tax rate associated with T may change over time. These tiers are in no particular order.
Log into Play Console for the current rates these tiers map to and see Help Center article for more information.
Enums | |
---|---|
TAX_TIER_UNSPECIFIED |
|
TAX_TIER_BOOKS_1 |
|
TAX_TIER_NEWS_1 |
|
TAX_TIER_NEWS_2 |
|
TAX_TIER_MUSIC_OR_AUDIO_1 |
|
TAX_TIER_LIVE_OR_BROADCAST_1 |
StreamingTaxType
Streaming tax type for the US.
Enums | |
---|---|
STREAMING_TAX_TYPE_UNSPECIFIED |
No telecommunications tax collected. |
STREAMING_TAX_TYPE_TELCO_VIDEO_RENTAL |
US-specific telecommunications tax tier for video streaming, on demand, rentals / subscriptions / pay-per-view. |
STREAMING_TAX_TYPE_TELCO_VIDEO_SALES |
US-specific telecommunications tax tier for video streaming of pre-recorded content like movies, tv shows. |
STREAMING_TAX_TYPE_TELCO_VIDEO_MULTI_CHANNEL |
US-specific telecommunications tax tier for video streaming of multi-channel programming. |
STREAMING_TAX_TYPE_TELCO_AUDIO_RENTAL |
US-specific telecommunications tax tier for audio streaming, rental / subscription. |
STREAMING_TAX_TYPE_TELCO_AUDIO_SALES |
US-specific telecommunications tax tier for audio streaming, sale / permanent download. |
STREAMING_TAX_TYPE_TELCO_AUDIO_MULTI_CHANNEL |
US-specific telecommunications tax tier for multi channel audio streaming like radio. |