SubscriptionTaxAndComplianceSettings
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Details zu Steuern, Google Play-Richtlinien und rechtlicher Compliance für Aboprodukte.
Felder |
eeaWithdrawalRightType |
enum (WithdrawalRightType )
Einstufung als digitale Inhalte oder Dienstleistungen für Produkte, die an Nutzer im Europäischen Wirtschaftsraum (EWR) vertrieben werden. Die Widerrufsregelung, die im Rahmen des Verbraucherrechts des EWR gilt, richtet sich nach dieser Einstufung. Weitere Informationen finden Sie in diesem Hilfeartikel.
|
taxRateInfoByRegionCode |
map (key: string, value: object (RegionalTaxRateInfo ))
Eine Zuordnung des Regionscodes zu Steuersatzdetails. Die Schlüssel sind Regionscodes, wie sie von Unicodes „CLDR“ definiert sind. Ein Objekt, das eine Liste von "key": value -Paaren enthält. Beispiel: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
isTokenizedDigitalAsset |
boolean
Ob dieses Abo als Produkt deklariert ist, das ein tokenisiertes digitales Asset darstellt.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\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. |"]]