SubscriptionTaxAndComplianceSettings
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
訂閱型產品的稅務、Google Play 政策和法律遵循詳細資料。
| JSON 表示法 |
{
"eeaWithdrawalRightType": enum (WithdrawalRightType),
"taxRateInfoByRegionCode": {
string: {
object (RegionalTaxRateInfo)
},
...
},
"isTokenizedDigitalAsset": boolean,
"productTaxCategoryCode": string
} |
| 欄位 |
eeaWithdrawalRightType |
enum (WithdrawalRightType)
發行對象為歐洲經濟區 (EEA) 使用者的產品,屬於數位內容或服務。產品適用的歐洲經濟區消費者法規解除制度是依據類別而定。詳情請參閱這篇說明中心文章。
|
taxRateInfoByRegionCode |
map (key: string, value: object (RegionalTaxRateInfo))
從區域代碼到稅率詳細資料的對應。這些鍵是 Unicode「CLDR」定義的區域代碼。 這個物件中包含 "key": value 組合的清單,範例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }。
|
isTokenizedDigitalAsset |
boolean
這項訂閱項目是否聲明為代碼化數位資產。
|
productTaxCategoryCode |
string
要指派給訂閱項目的產品稅目代碼。系統會根據產品稅目,判斷訂閱項目適用的交易稅率。詳情請參閱這篇說明中心文章。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-12-10 (世界標準時間)。
[null,null,["上次更新時間:2025-12-10 (世界標準時間)。"],[],["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"]]