RegionalTaxRateInfo
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
欄位 |
taxTier |
enum (TaxTier )
稅務級別,用於指定減免稅率。開發人員若在各個地區販售數位新聞、雜誌、報紙、書籍或有聲書,或許就能享有較低的稅率。 瞭解詳情。
|
eligibleForStreamingServiceTaxRate |
boolean
您必須向我們說明應用程式是否含有串流產品,以便正確繳納美國的州銷售稅和地方銷售稅。這個欄位僅支援美國。
|
streamingTaxType |
enum (StreamingTaxType )
如要在美國收取通訊稅或娛樂稅,請選擇適當的稅目。 瞭解詳情。
|
TaxTier
各個地區可能會定義不同的稅金級別數量。稅率會以函式計算,函式為元組 T := {regionCode, taxTier}。
與 T 相關聯的稅率可能會隨時間變動。這些層級沒有特定順序。
如要瞭解這些等級對應的目前費率,請登入 Play 管理中心,並參閱說明中心文章。
列舉 |
TAX_TIER_UNSPECIFIED |
|
TAX_TIER_BOOKS_1 |
|
TAX_TIER_NEWS_1 |
|
TAX_TIER_NEWS_2 |
|
TAX_TIER_MUSIC_OR_AUDIO_1 |
|
TAX_TIER_LIVE_OR_BROADCAST_1 |
|
StreamingTaxType
列舉 |
STREAMING_TAX_TYPE_UNSPECIFIED |
不收取電信稅。 |
STREAMING_TAX_TYPE_TELCO_VIDEO_RENTAL |
適用於影片串流、隨選影片、租借 / 訂閱 / 按次付費的美國電信稅級別。 |
STREAMING_TAX_TYPE_TELCO_VIDEO_SALES |
美國特定電信稅級別,適用於電影、電視節目等預錄內容的串流影片。 |
STREAMING_TAX_TYPE_TELCO_VIDEO_MULTI_CHANNEL |
針對多管道節目串流影片的美國電信稅級別。 |
STREAMING_TAX_TYPE_TELCO_AUDIO_RENTAL |
美國音訊串流、租借 / 訂閱的電信稅級別。 |
STREAMING_TAX_TYPE_TELCO_AUDIO_SALES |
音訊串流、銷售 / 永久下載的美國電信稅級別。 |
STREAMING_TAX_TYPE_TELCO_AUDIO_MULTI_CHANNEL |
針對廣播等多管道音訊串流內容的美國電信稅級別。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-17 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-17 (世界標準時間)。"],[[["Specifies tax details within a geographical region, including tax tiers and eligibility for streaming service tax rates."],["Developers selling specific digital content like news or books may qualify for reduced tax rates based on the defined tax tiers."],["US-based apps containing streaming products require specifying the streaming tax type for accurate state and local sales tax calculation."],["`TaxTier` allows for reduced tax rates for eligible digital content while `StreamingTaxType` ensures accurate tax collection for US streaming services."]]],["The content outlines taxation details for digital products in specific regions, focusing on `TaxTier` and `StreamingTaxType`. `TaxTier` defines reduced tax rates for products like books, news, and audiobooks, with rates varying by region and tier. `StreamingTaxType` specifies tax categories for streaming services in the US, including video and audio streaming, rentals, sales, and multi-channel options. Developers must indicate if their app contains streaming content. They also should learn about tax rates in the Play Console.\n"]]