SubscriptionTaxAndComplianceSettings
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รายละเอียดเกี่ยวกับการเก็บภาษี นโยบายของ Google Play และการปฏิบัติตามข้อกำหนดทางกฎหมายสำหรับผลิตภัณฑ์ที่ต้องสมัครใช้บริการ
ช่อง |
eeaWithdrawalRightType |
enum (WithdrawalRightType )
การแยกประเภทเนื้อหาดิจิทัลหรือบริการสำหรับผลิตภัณฑ์ที่เผยแพร่ให้แก่ผู้ใช้ในเขตเศรษฐกิจยุโรป (EEA) กฎเกณฑ์ในการถอนตัวภายใต้กฎหมายคุ้มครองผู้บริโภคแห่ง EEA จะขึ้นอยู่กับการแยกประเภทนี้ ดูข้อมูลเพิ่มเติมได้ที่บทความในศูนย์ช่วยเหลือ
|
taxRateInfoByRegionCode |
map (key: string, value: object (RegionalTaxRateInfo ))
การแมปจากรหัสภูมิภาคไปยังรายละเอียดอัตราภาษี คีย์คือรหัสภูมิภาคตามที่ "CLDR" ของ Unicode กำหนด ออบเจ็กต์ที่มีรายการคู่ "key": value ตัวอย่าง: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
isTokenizedDigitalAsset |
boolean
การสมัครใช้บริการนี้มีการประกาศเป็นผลิตภัณฑ์ที่แสดงเนื้อหาดิจิทัลที่แปลงข้อมูลเป็นโทเค็นหรือไม่
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]