SubscriptionTaxAndComplianceSettings
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ট্যাক্স, Google Play নীতি এবং সদস্যতা পণ্যের আইনি সম্মতি সম্পর্কে বিশদ বিবরণ।
ক্ষেত্র |
---|
eeaWithdrawalRightType | enum ( WithdrawalRightType ) ইউরোপিয়ান ইকোনমিক এরিয়া (EEA) ব্যবহারকারীদের কাছে বিতরণ করা পণ্যগুলির জন্য ডিজিটাল সামগ্রী বা পরিষেবার শ্রেণীবিভাগ। EEA ভোক্তা আইনের অধীনে প্রত্যাহারের ব্যবস্থা এই শ্রেণীবিভাগের উপর নির্ভর করে। আরও তথ্যের জন্য সহায়তা কেন্দ্র নিবন্ধটি পড়ুন। |
taxRateInfoByRegionCode | map (key: string, value: object ( RegionalTaxRateInfo )) অঞ্চল কোড থেকে ট্যাক্স হার বিশদ একটি ম্যাপিং. কীগুলি হল অঞ্চল কোড যা ইউনিকোডের "CLDR" দ্বারা সংজ্ঞায়িত করা হয়েছে। "key": value জোড়া। উদাহরণ: { "name": "wrench", "mass": "1.3kg", "count": "3" } । |
isTokenizedDigitalAsset | boolean এই সাবস্ক্রিপশনটিকে একটি টোকেনাইজড ডিজিটাল সম্পদের প্রতিনিধিত্বকারী পণ্য হিসাবে ঘোষণা করা হয়েছে কিনা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eThis documentation details the JSON representation for subscription products, including tax and legal compliance information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eeeaWithdrawalRightType\u003c/code\u003e field classifies the product for EEA users, impacting withdrawal rights under consumer laws.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003etaxRateInfoByRegionCode\u003c/code\u003e provides a region-based mapping of tax rate details using Unicode's CLDR.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eisTokenizedDigitalAsset\u003c/code\u003e indicates whether the subscription represents a tokenized digital asset.\u003c/p\u003e\n"]]],["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"],null,["# SubscriptionTaxAndComplianceSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails about taxation, Google Play policy, and legal compliance for subscription products.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"eeaWithdrawalRightType\": enum (/android-publisher/api-ref/rest/v3/WithdrawalRightType), \"taxRateInfoByRegionCode\": { string: { object (/android-publisher/api-ref/rest/v3/RegionalTaxRateInfo) }, ... }, \"isTokenizedDigitalAsset\": boolean } ``` |\n\n| Fields ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `eeaWithdrawalRightType` | `enum (`[WithdrawalRightType](/android-publisher/api-ref/rest/v3/WithdrawalRightType)`)` Digital content or service classification for products distributed to users in the European Economic Area (EEA). The withdrawal regime under EEA consumer laws depends on this classification. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/10463498) for more information. |\n| `taxRateInfoByRegionCode` | `map (key: string, value: object (`[RegionalTaxRateInfo](/android-publisher/api-ref/rest/v3/RegionalTaxRateInfo)`))` A mapping from region code to tax rate details. The keys are region codes as defined by Unicode's \"CLDR\". An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `isTokenizedDigitalAsset` | `boolean` Whether this subscription is declared as a product representing a tokenized digital asset. |"]]