RegionalTaxRateInfo
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تفاصيل محدّدة حول الضرائب في منطقة جغرافية معيّنة
تمثيل JSON |
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
الحقول |
taxTier |
enum (TaxTier )
فئة الضرائب لتحديد معدّل الضريبة المخفَّض بالنسبة إلى المطوِّرين الذين يبيعون الأخبار الرقمية أو المجلّات أو الصحف أو الكتب أو الكتب المسموعة في مناطق مختلفة، قد يكونون مؤهَّلين للاستفادة من تخفيض معدّلات الضريبة. مزيد من المعلومات
|
eligibleForStreamingServiceTaxRate |
boolean
يجب إعلامنا بما إذا كان تطبيقك يحتوي على منتجات بث حتّى يتم تطبيق ضريبة المبيعات المناسبة على المستوى المحلي وعلى مستوى الولايات المتّحدة الأمريكية. لا يُسمَح باستخدام هذا الحقل إلا في الولايات المتحدة.
|
streamingTaxType |
enum (StreamingTaxType )
لتحصيل الضرائب المفروضة على خدمات الاتصالات أو الترفيه في الولايات المتحدة، يُرجى اختيار فئة الضريبة المناسبة. مزيد من المعلومات
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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). |"]]