REST Resource: purchases.voidedpurchases
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: VoidedPurchase
একটি VoidedPurchase সম্পদ একটি ক্রয় নির্দেশ করে যা হয় বাতিল/ফেরত/চার্জ-ব্যাক করা হয়েছে।
JSON প্রতিনিধিত্ব |
---|
{
"kind": string,
"purchaseToken": string,
"purchaseTimeMillis": string,
"voidedTimeMillis": string,
"orderId": string,
"voidedSource": integer,
"voidedReason": integer,
"voidedQuantity": integer
} |
ক্ষেত্র |
---|
kind | string এই ধরনের androidpublisher পরিষেবাতে একটি বাতিল ক্রয় বস্তুর প্রতিনিধিত্ব করে। |
purchaseToken | string টোকেন যা এককালীন কেনাকাটা বা সাবস্ক্রিপশনকে অনন্যভাবে চিহ্নিত করে। সাবস্ক্রিপশন পুনর্নবীকরণগুলি অনন্যভাবে সনাক্ত করতে অর্ডারআইডি ব্যবহার করুন (এপিআই-এর সংস্করণ 3 থেকে শুরু করে উপলব্ধ)। |
purchaseTimeMillis | string ( int64 format) যে সময়ে কেনাকাটা করা হয়েছিল, সেই যুগ থেকে মিলিসেকেন্ডে (জানুয়ারি 1, 1970)। |
voidedTimeMillis | string ( int64 format) যে সময়ে ক্রয়টি বাতিল করা হয়েছে/ফেরত/চার্জ-ব্যাক করা হয়েছে, সেই যুগ থেকে মিলিসেকেন্ডে (1 জানুয়ারী, 1970)। |
orderId | string অর্ডার আইডি যা একটি এককালীন ক্রয়, সাবস্ক্রিপশন ক্রয় বা সাবস্ক্রিপশন পুনর্নবীকরণকে স্বতন্ত্রভাবে চিহ্নিত করে। |
voidedSource | integer অকার্যকর ক্রয়ের সূচনাকারী, সম্ভাব্য মানগুলি হল: 0. ব্যবহারকারী 1. বিকাশকারী 2. Google |
voidedReason | integer যে কারণে কেনাকাটা বাতিল করা হয়েছিল, সম্ভাব্য মানগুলি হল: 0. অন্যান্য 1. অনুশোচনা 2. না_প্রাপ্ত 3. ত্রুটিপূর্ণ 4. দুর্ঘটনাজনিত_ক্রয় 5. জালিয়াতি 6. বন্ধুত্বপূর্ণ_প্রতারণা 7. চার্জব্যাক 8. অস্বীকৃত_ক্রয় |
voidedQuantity | integer একটি পরিমাণ-ভিত্তিক আংশিক ফেরতের ফলে অকার্যকর পরিমাণ। পরিমাণ-ভিত্তিক আংশিক ফেরতের অকার্যকর কেনাকাটাগুলি শুধুমাত্র তখনই ফেরত দেওয়া যেতে পারে যখন InclunQuantityBasedPartialRefund সত্য হিসাবে সেট করা থাকে। |
পদ্ধতি |
---|
| বাতিল, ফেরত বা চার্জ-ব্যাক করা কেনাকাটার তালিকা করুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003e\u003ccode\u003eVoidedPurchase\u003c/code\u003e resource represents canceled, refunded, or charged-back purchases in Google Play.\u003c/p\u003e\n"],["\u003cp\u003eIncludes details like purchase time, voided time, reason, and initiator (user, developer, or Google).\u003c/p\u003e\n"],["\u003cp\u003eAccessible via the \u003ccode\u003epurchases.voidedpurchases.list\u003c/code\u003e method to retrieve a list of voided purchases.\u003c/p\u003e\n"],["\u003cp\u003eIdentifies purchases uniquely using \u003ccode\u003epurchaseToken\u003c/code\u003e (for older purchases) or \u003ccode\u003eorderId\u003c/code\u003e (for newer and subscription purchases).\u003c/p\u003e\n"],["\u003cp\u003eProvides \u003ccode\u003evoidedSource\u003c/code\u003e and \u003ccode\u003evoidedReason\u003c/code\u003e fields for understanding the context of the void action.\u003c/p\u003e\n"]]],["The document defines a `VoidedPurchase` resource, representing a canceled, refunded, or charged-back purchase. Key information includes the `purchaseToken`, `purchaseTimeMillis`, `voidedTimeMillis`, and `orderId`. It also specifies the `voidedSource` (user, developer, or Google) and `voidedReason`. `voidedQuantity` indicates the quantity in the case of a partial refund. The method `list` is provided to retrieve lists of these voided purchases. The data is represented in JSON format.\n"],null,["# REST Resource: purchases.voidedpurchases\n\n- [Resource: VoidedPurchase](#VoidedPurchase)\n - [JSON representation](#VoidedPurchase.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: VoidedPurchase\n------------------------\n\nA VoidedPurchase resource indicates a purchase that was either canceled/refunded/charged-back.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"purchaseToken\": string, \"purchaseTimeMillis\": string, \"voidedTimeMillis\": string, \"orderId\": string, \"voidedSource\": integer, \"voidedReason\": integer, \"voidedQuantity\": integer } ``` |\n\n| Fields ||\n|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` This kind represents a voided purchase object in the androidpublisher service. |\n| `purchaseToken` | `string` The token which uniquely identifies a one-time purchase or subscription. To uniquely identify subscription renewals use orderId (available starting from version 3 of the API). |\n| `purchaseTimeMillis` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time at which the purchase was made, in milliseconds since the epoch (Jan 1, 1970). |\n| `voidedTimeMillis` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time at which the purchase was canceled/refunded/charged-back, in milliseconds since the epoch (Jan 1, 1970). |\n| `orderId` | `string` The order id which uniquely identifies a one-time purchase, subscription purchase, or subscription renewal. |\n| `voidedSource` | `integer` The initiator of voided purchase, possible values are: 0. User 1. Developer 2. Google |\n| `voidedReason` | `integer` The reason why the purchase was voided, possible values are: 0. Other 1. Remorse 2. Not_received 3. Defective 4. Accidental_purchase 5. Fraud 6. Friendly_fraud 7. Chargeback 8. Unacknowledged_purchase |\n| `voidedQuantity` | `integer` The voided quantity as the result of a quantity-based partial refund. Voided purchases of quantity-based partial refunds may only be returned when includeQuantityBasedPartialRefund is set to true. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| ### [list](/android-publisher/api-ref/rest/v3/purchases.voidedpurchases/list) | Lists the purchases that were canceled, refunded or charged-back. |"]]