RegionalPriceMigrationConfig
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การกําหนดค่าสําหรับการย้ายข้อมูลกลุ่มประชากรตามรุ่นของราคาเดิม
การแสดง JSON |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
ช่อง |
regionCode |
string
ต้องระบุ รหัสภูมิภาคที่ใช้กับการกำหนดค่านี้ตามที่ระบุโดย ISO 3166-2 เช่น "US"
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
ต้องระบุ สมาชิกในกลุ่มประชากรตามรุ่นราคาเดิมทั้งหมดก่อนเวลาดังกล่าวจะถูกย้ายไปยังราคาปัจจุบัน สมาชิกในกลุ่มประชากรตามรุ่นราคาใหม่จะไม่ได้รับผลกระทบ สมาชิกที่ได้รับผลกระทบจะได้รับการแจ้งเตือนอย่างน้อย 1 รายการจาก Google Play เกี่ยวกับการเปลี่ยนแปลงราคา การปรับลดราคาจะเกิดขึ้นในวันที่เรียกเก็บเงินครั้งถัดไปของสมาชิก การขึ้นราคาจะเกิดขึ้นในวันที่เรียกเก็บเงินครั้งถัดไปของสมาชิกหลังจากระยะเวลาการแจ้งเตือนซึ่งแตกต่างกันไปตามภูมิภาคและประเภทการขึ้นราคา ใช้ RFC 3339 ซึ่งเอาต์พุตที่สร้างขึ้นจะเป็นรูปแบบ Z-normalized เสมอ และใช้ตัวเลขทศนิยม 0, 3, 6 หรือ 9 ระบบยังยอมรับออฟเซตอื่นๆ นอกเหนือจาก "Z" ด้วย ตัวอย่างเช่น "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" หรือ "2014-10-02T15:01:23+05:30"
|
priceIncreaseType |
enum (PriceIncreaseType )
ไม่บังคับ ประเภทการขึ้นราคาที่ขอ
|
PriceIncreaseType
ประเภทการย้ายข้อมูลราคาที่ขอ
Enum |
PRICE_INCREASE_TYPE_UNSPECIFIED |
สถานะที่ไม่ได้ระบุ |
PRICE_INCREASE_TYPE_OPT_IN |
สมาชิกต้องยอมรับการขึ้นราคาดังกล่าว มิเช่นนั้นระบบจะยกเลิกการสมัครใช้บริการ |
PRICE_INCREASE_TYPE_OPT_OUT |
ระบบจะแจ้งให้สมาชิกทราบ แต่สมาชิกไม่จำเป็นต้องยอมรับการขึ้นราคา การขึ้นราคาแบบไม่ได้ขอให้ผู้ใช้ยินยอมที่ไม่เป็นไปตามข้อจำกัดด้านภูมิภาค ความถี่ และจำนวนเงินจะดำเนินการเป็นการขึ้นราคาแบบขอให้ผู้ใช้ยินยอม การขึ้นราคาแบบไม่ได้ขอให้ผู้ใช้ยินยอมครั้งแรกสำหรับแต่ละแอปต้องเริ่มต้นใน Google Play Console |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eDefines the configuration for migrating legacy price cohorts for subscriptions in a specific region.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the region and the cutoff time for migrating subscribers from older price cohorts to the current price.\u003c/p\u003e\n"],["\u003cp\u003eAllows for specifying the type of price increase, which impacts how subscribers are notified and whether they need to opt in.\u003c/p\u003e\n"],["\u003cp\u003eSubscribers migrated to the new price will receive notifications, with price changes applied at their next billing date.\u003c/p\u003e\n"],["\u003cp\u003eOpt-out price increases might be converted to opt-in if they exceed regional limits or frequency restrictions.\u003c/p\u003e\n"]]],["This document details the configuration for migrating legacy price cohorts. Key elements include: `regionCode`, a required string indicating the region (e.g., \"US\"); `oldestAllowedPriceVersionTime`, a required timestamp specifying which price cohorts will be migrated; and `priceIncreaseType`, an optional enum. The `priceIncreaseType` defines if subscribers must opt-in or can opt-out of the price increase. The timestamp determines which subscribers will have their pricing changed and receive a notification.\n"],null,["# RegionalPriceMigrationConfig\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PriceIncreaseType](#PriceIncreaseType)\n\nConfiguration for migration of a legacy price cohort.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"regionCode\": string, \"oldestAllowedPriceVersionTime\": string, \"priceIncreaseType\": enum (/android-publisher/api-ref/rest/v3/RegionalPriceMigrationConfig#PriceIncreaseType) } ``` |\n\n| Fields ||\n|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `regionCode` | `string` Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\". |\n| `oldestAllowedPriceVersionTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Required. Subscribers in all legacy price cohorts before this time will be migrated to the current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will receive one or more notifications from Google Play about the price change. Price decreases occur at the subscriber's next billing date. Price increases occur at the subscriber's next billing date following a notification period that varies by region and price increase type. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `priceIncreaseType` | `enum (`[PriceIncreaseType](/android-publisher/api-ref/rest/v3/RegionalPriceMigrationConfig#PriceIncreaseType)`)` Optional. The requested type of price increase |\n\nPriceIncreaseType\n-----------------\n\nThe requested type of price migration.\n\n| Enums ||\n|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PRICE_INCREASE_TYPE_UNSPECIFIED` | Unspecified state. |\n| `PRICE_INCREASE_TYPE_OPT_IN` | Subscribers must accept the price increase or their subscription is canceled. |\n| `PRICE_INCREASE_TYPE_OPT_OUT` | Subscribers are notified but do not have to accept the price increase. Opt-out price increases not meeting regional, frequency, and amount limits will proceed as opt-in price increase. The first opt-out price increase for each app must be initiated in the Google Play Console. |"]]