RegionalTaxRateInfo
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি প্রদত্ত ভৌগোলিক অঞ্চলে ট্যাক্সেশন সম্পর্কে নির্দিষ্ট বিবরণ।
JSON প্রতিনিধিত্ব |
---|
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
ক্ষেত্র |
---|
taxTier | enum ( TaxTier ) হ্রাসকৃত করের হার নির্দিষ্ট করতে করের স্তর। বিকাশকারীরা যারা বিভিন্ন অঞ্চলে ডিজিটাল সংবাদ, পত্রিকা, সংবাদপত্র, বই বা অডিওবুক বিক্রি করে তারা কম করের হারের জন্য যোগ্য হতে পারে। আরও জানুন |
eligibleForStreamingServiceTaxRate | boolean মার্কিন রাজ্য এবং স্থানীয় বিক্রয় কর সঠিকভাবে চার্জ করার জন্য আপনার অ্যাপে স্ট্রিমিং পণ্য রয়েছে কিনা তা আপনাকে অবশ্যই আমাদের জানাতে হবে। ক্ষেত্র শুধুমাত্র মার্কিন যুক্তরাষ্ট্র সমর্থিত. |
streamingTaxType | enum ( StreamingTaxType ) মার্কিন যুক্তরাষ্ট্রে যোগাযোগ বা বিনোদন কর সংগ্রহ করতে, উপযুক্ত ট্যাক্স বিভাগ বেছে নিন। আরও জানুন |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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,["# RegionalTaxRateInfo\n\n- [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). |"]]