PlanOffer
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
사용자 환경을 개선하기 위해 사용자가 연장하는 데 관심이 있는 계획 혜택입니다. 운영자는 이 혜택을 GTAF에 전송할 수 있으며, 이 혜택은 사용자 기기에서 실행되는 애플리케이션에 전달됩니다.
JSON 표현 |
{
"name": string,
"offers": [
{
object (Offer )
}
],
"expireTime": string,
"formOfPayment": enum (FormOfPayment )
} |
필드 |
name |
string
LINT.ThenChange(//depot/google3/google/mobile/dataplansharing/v1/mobiledataplansharing_enums.proto) 다음 형식의 PlanStatus 리소스 이름: operators/{asn_id}/planOffers/{userKey} PlanOffer 항목을 만들 때 이름은 무시됩니다.
|
offers[] |
object (Offer )
사용자에게 제공되는 모든 혜택의 목록입니다.
|
expireTime |
string (Timestamp format)
필수입니다. 이 혜택이 만료되는 시간입니다. 혜택이 만료되면 GTAF는 애플리케이션과 혜택을 공유하지 않습니다. 만료 시간은 미래여야 합니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
formOfPayment |
enum (FormOfPayment )
사용자가 구매를 클릭할 경우 사용자에게 혜택 요금이 청구되는 방식을 지정합니다. 예: '지갑 잔액에서 차감됨' 또는 '저장된 신용카드로 청구됨' 문자열은 구매 시 사용자에게 그대로 표시됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(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"]],["최종 업데이트: 2025-07-26(UTC)"],[[["A PlanOffer is a mechanism for operators to extend data plan offers to users, aiming to enhance their experience."],["Operators can submit PlanOffers to GTAF for distribution to relevant user applications."],["These offers have a defined expiration time, after which GTAF ceases to share them."],["PlanOffers encompass details like the offer name, specific data plan offers, expiration time, and the user's payment method."]]],[]]