RegionalPriceMigrationConfig
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
字段 |
regionCode |
string
必需。此配置适用的地区代码(由 ISO 3166-2 定义),例如“US”。
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
必需。在此之前,所有旧价格同类群组中的订阅者都将改用当前价格。任何较新的价格同类群组中的订阅者都不会受到影响。受影响的订阅者将会收到 Google Play 发送的一条或多条关于价格变动的通知。价格下调会在订阅者的下一个结算日期发生。价格上调会在通知期之后的订阅者下一个结算日期生效,具体时间因地区和价格上调类型而异。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
priceIncreaseType |
enum (PriceIncreaseType )
可选。所请求的价格上调类型
|
PriceIncreaseType
枚举 |
PRICE_INCREASE_TYPE_UNSPECIFIED |
未指定状态。 |
PRICE_INCREASE_TYPE_OPT_IN |
订阅者必须接受价格上调,否则其订阅会被取消。 |
PRICE_INCREASE_TYPE_OPT_OUT |
订阅者会收到通知,但不必接受价格上调。“用户选择拒绝才无效”类型的价格上调将按照“用户选择接受才生效”类型的价格上调进行,但不符合区域、频率和金额限制。您必须在 Google Play 管理中心内发起针对每款应用的首次用户拒绝才无效的价格上调。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-08-22。"],[[["Defines the configuration for migrating legacy price cohorts for subscriptions in a specific region."],["Requires specifying the region and the cutoff time for migrating subscribers from older price cohorts to the current price."],["Allows for specifying the type of price increase, which impacts how subscribers are notified and whether they need to opt in."],["Subscribers migrated to the new price will receive notifications, with price changes applied at their next billing date."],["Opt-out price increases might be converted to opt-in if they exceed regional limits or frequency restrictions."]]],[]]