RegionalPriceMigrationConfig
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
기존 가격 사용자 집단 이전을 위한 구성입니다.
JSON 표현 |
{
"regionCode": string,
"oldestAllowedPriceVersionTime": string,
"priceIncreaseType": enum (PriceIncreaseType )
} |
필드 |
regionCode |
string
필수 항목입니다. 이 구성에 적용되는 지역 코드입니다. 지역 코드는 ISO 3166-2의 정의를 따릅니다(예: 'US').
|
oldestAllowedPriceVersionTime |
string (Timestamp format)
필수 항목입니다. 이 시간 이전의 모든 기존 가격 사용자 집단의 정기 결제 사용자가 현재 가격으로 이전됩니다. 이후 가격 사용자 집단의 정기 결제 사용자는 영향을 받지 않습니다. 요금 변경의 영향을 받는 정기 결제 사용자에게는 Google Play에서 가격 변경에 관한 알림이 하나 이상 전송됩니다. 가격 인하가 적용되는 시점은 정기 결제 사용자의 다음 청구일입니다. 가격 인상은 지역 및 가격 인상 유형에 따라 상이한 알림 기간 후 정기 결제 사용자의 다음 결제일에 적용됩니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "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 Console에서 시작해야 합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-18(UTC)
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-12-18(UTC)"],[[["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."]]],[]]