SubscriptionTaxAndComplianceSettings
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
订阅产品在税务、Google Play 政策和法规遵从方面的详细信息。
字段 |
eeaWithdrawalRightType |
enum (WithdrawalRightType )
面向欧洲经济区 (EEA) 内用户分发的商品的数字内容或服务类别。欧洲经济区消费者保护法所规定的具体撤销权制度取决于这一类别。如需了解详情,请参阅帮助中心文章。
|
taxRateInfoByRegionCode |
map (key: string, value: object (RegionalTaxRateInfo ))
从地区代码到税率详细信息的映射。键是由 Unicode 的“CLDR”定义的地区代码。 包含一系列 "key": value 对的对象。示例:{ "name": "wrench", "mass": "1.3kg", "count": "3" } 。
|
isTokenizedDigitalAsset |
boolean
相应订阅是否已声明为表示代币化数字资产的商品。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation details the JSON representation for subscription products, including tax and legal compliance information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eeeaWithdrawalRightType\u003c/code\u003e field classifies the product for EEA users, impacting withdrawal rights under consumer laws.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003etaxRateInfoByRegionCode\u003c/code\u003e provides a region-based mapping of tax rate details using Unicode's CLDR.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eisTokenizedDigitalAsset\u003c/code\u003e indicates whether the subscription represents a tokenized digital asset.\u003c/p\u003e\n"]]],["The JSON representation defines attributes for subscription products, including `eeaWithdrawalRightType`, which classifies digital content for EEA users, impacting withdrawal rights. `taxRateInfoByRegionCode` maps regional tax rates using CLDR codes. The `isTokenizedDigitalAsset` boolean indicates if the subscription represents a tokenized digital asset. These elements manage tax, legal compliance, and product classification, in accordance with the Google Play policy.\n"],null,["# SubscriptionTaxAndComplianceSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails about taxation, Google Play policy, and legal compliance for subscription products.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"eeaWithdrawalRightType\": enum (/android-publisher/api-ref/rest/v3/WithdrawalRightType), \"taxRateInfoByRegionCode\": { string: { object (/android-publisher/api-ref/rest/v3/RegionalTaxRateInfo) }, ... }, \"isTokenizedDigitalAsset\": boolean } ``` |\n\n| Fields ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `eeaWithdrawalRightType` | `enum (`[WithdrawalRightType](/android-publisher/api-ref/rest/v3/WithdrawalRightType)`)` Digital content or service classification for products distributed to users in the European Economic Area (EEA). The withdrawal regime under EEA consumer laws depends on this classification. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/10463498) for more information. |\n| `taxRateInfoByRegionCode` | `map (key: string, value: object (`[RegionalTaxRateInfo](/android-publisher/api-ref/rest/v3/RegionalTaxRateInfo)`))` A mapping from region code to tax rate details. The keys are region codes as defined by Unicode's \"CLDR\". An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `isTokenizedDigitalAsset` | `boolean` Whether this subscription is declared as a product representing a tokenized digital asset. |"]]