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)(即“祖鲁时”)格式,分辨率为纳秒级,最多包含九个小数位。示例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
formOfPayment |
enum (FormOfPayment )
指定用户点击优惠后将如何接收优惠。例如,“从钱包中扣除。”或“从您已保存的信用卡中扣除”。用户进行购买时,字符串会按原样向用户显示。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-26。
[[["易于理解","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):2022-09-26。"],[[["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."]]],[]]