RegionalTaxRateInfo
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
字段 |
taxTier |
enum (TaxTier )
税费档位,用于指定较低的税率。在各个地区销售数字新闻、杂志、报纸、图书或有声读物的开发者可能有资格享受较低的税率。 了解详情。
|
eligibleForStreamingServiceTaxRate |
boolean
您必须指明您的应用是否包含在线播放产品,以便系统正确地收取美国的州销售税和地方销售税。此字段仅在美国受支持。
|
streamingTaxType |
enum (StreamingTaxType )
如要在美国收取通信税或娱乐税,请选择适当的税种。 了解详情。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eSpecifies tax details within a geographical region, including tax tiers and eligibility for streaming service tax rates.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers selling specific digital content like news or books may qualify for reduced tax rates based on the defined tax tiers.\u003c/p\u003e\n"],["\u003cp\u003eUS-based apps containing streaming products require specifying the streaming tax type for accurate state and local sales tax calculation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTaxTier\u003c/code\u003e allows for reduced tax rates for eligible digital content while \u003ccode\u003eStreamingTaxType\u003c/code\u003e ensures accurate tax collection for US streaming services.\u003c/p\u003e\n"]]],["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"],null,["# RegionalTaxRateInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nSpecified details about taxation in a given geographical region.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"taxTier\": enum (/android-publisher/api-ref/rest/v3/TaxTier), \"eligibleForStreamingServiceTaxRate\": boolean, \"streamingTaxType\": enum (/android-publisher/api-ref/rest/v3/StreamingTaxType) } ``` |\n\n| Fields ||\n|--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `taxTier` | `enum (`[TaxTier](/android-publisher/api-ref/rest/v3/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](https://support.google.com/googleplay/android-developer/answer/10463498). |\n| `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. |\n| `streamingTaxType` | `enum (`[StreamingTaxType](/android-publisher/api-ref/rest/v3/StreamingTaxType)`)` To collect communications or amusement taxes in the United States, choose the appropriate tax category. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498#streaming_tax). |"]]