TaxTier
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
每个地区都可以定义不同数量的税费档位。税率是通过一个基于元组 T := {regionCode, taxTier} 的函数计算得出的。
与 T 相关联的税率可能会随时间变化。这些档位没有特定的顺序。
您可以登录 Play 管理中心,查看这些档位对应的现行税率,还可查看帮助中心文章获取更多信息。
枚举 |
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 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[],[],null,["# TaxTier\n\nEach region may define a different number of tax tiers. The tax rate is computed as a function of a tuple T := {regionCode, taxTier}.\n\nThe tax rate associated with T may change over time. These tiers are in no particular order.\n\nLog into Play Console for the current rates these tiers map to and see [Help Center article](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.\n\n| Enums ||\n|--------------------------------|---|\n| `TAX_TIER_UNSPECIFIED` | |\n| `TAX_TIER_BOOKS_1` | |\n| `TAX_TIER_NEWS_1` | |\n| `TAX_TIER_NEWS_2` | |\n| `TAX_TIER_MUSIC_OR_AUDIO_1` | |\n| `TAX_TIER_LIVE_OR_BROADCAST_1` | |"]]