SubscriptionTaxAndComplianceSettings
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Thông tin chi tiết về thuế, chính sách của Google Play và việc tuân thủ pháp luật đối với các sản phẩm thuê bao.
Biểu diễn dưới dạng JSON |
{
"eeaWithdrawalRightType": enum (WithdrawalRightType ),
"taxRateInfoByRegionCode": {
string: {
object (RegionalTaxRateInfo )
},
...
},
"isTokenizedDigitalAsset": boolean
} |
Trường |
eeaWithdrawalRightType |
enum (WithdrawalRightType )
Phân loại dịch vụ hoặc nội dung kỹ thuật số cho các sản phẩm được phân phối cho người dùng ở Khu vực kinh tế Châu Âu (EEA). Chế độ rút lui theo luật bảo vệ người tiêu dùng của Khu vực kinh tế Châu Âu (EEA) phụ thuộc vào cách phân loại này. Hãy tham khảo bài viết này trong Trung tâm trợ giúp để biết thêm thông tin.
|
taxRateInfoByRegionCode |
map (key: string, value: object (RegionalTaxRateInfo ))
Thông tin liên kết từ mã khu vực đến thông tin chi tiết về thuế suất. Các khoá là mã vùng theo định nghĩa của "CLDR" của Unicode. Một đối tượng chứa danh sách các cặp "key": value . Ví dụ: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
isTokenizedDigitalAsset |
boolean
Liệu gói thuê bao này có được khai báo là sản phẩm đại diện cho một tài sản kỹ thuật số được mã hoá hay không.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]