RegionalTaxRateInfo
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รายละเอียดที่ระบุเกี่ยวกับการเก็บภาษีในภูมิภาคทางภูมิศาสตร์ที่กำหนด
การแสดง JSON |
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
ช่อง |
taxTier |
enum (TaxTier )
ระดับภาษีเพื่อระบุอัตราภาษีที่ลดลง นักพัฒนาแอปที่ขายข่าว นิตยสาร หนังสือพิมพ์ หนังสือ หรือหนังสือเสียงรูปแบบดิจิทัลในภูมิภาคต่างๆ อาจมีสิทธิ์ได้รับอัตราภาษีที่ลดลง ดูข้อมูลเพิ่มเติม
|
eligibleForStreamingServiceTaxRate |
boolean
คุณต้องแจ้งให้เราทราบหากแอปมีผลิตภัณฑ์สตรีมมิงเพื่อให้เรียกเก็บภาษีการขายสำหรับแต่ละรัฐของสหรัฐอเมริกาและในท้องถิ่นได้อย่างถูกต้อง ฟิลด์รองรับเฉพาะในสหรัฐอเมริกา
|
streamingTaxType |
enum (StreamingTaxType )
หากต้องการเก็บภาษีการสื่อสารหรือภาษีการบันเทิงในสหรัฐอเมริกา ให้เลือกหมวดหมู่ภาษีที่เหมาะสม ดูข้อมูลเพิ่มเติม
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eSpecifies tax details within a geographical region, including tax tiers and eligibility for streaming service tax rates.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers selling specific digital content like news or books may qualify for reduced tax rates based on the defined tax tiers.\u003c/p\u003e\n"],["\u003cp\u003eUS-based apps containing streaming products require specifying the streaming tax type for accurate state and local sales tax calculation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTaxTier\u003c/code\u003e allows for reduced tax rates for eligible digital content while \u003ccode\u003eStreamingTaxType\u003c/code\u003e ensures accurate tax collection for US streaming services.\u003c/p\u003e\n"]]],["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"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nSpecified details about taxation in a given geographical region.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"taxTier\": enum (/android-publisher/api-ref/rest/v3/TaxTier), \"eligibleForStreamingServiceTaxRate\": boolean, \"streamingTaxType\": enum (/android-publisher/api-ref/rest/v3/StreamingTaxType) } ``` |\n\n| Fields ||\n|--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `taxTier` | `enum (`[TaxTier](/android-publisher/api-ref/rest/v3/TaxTier)`)` Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers, books, or audiobooks in various regions may be eligible for reduced tax rates. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498). |\n| `eligibleForStreamingServiceTaxRate` | `boolean` You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in the United States. |\n| `streamingTaxType` | `enum (`[StreamingTaxType](/android-publisher/api-ref/rest/v3/StreamingTaxType)`)` To collect communications or amusement taxes in the United States, choose the appropriate tax category. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498#streaming_tax). |"]]