AI-generated Key Takeaways
-
This document outlines the structure of a response to a user's data plan eligibility request.
-
The response includes a list of eligible plans, identified by their respective plan IDs.
-
Each eligible plan object provides the plan's unique identifier (
planId
), which is used for referencing during offers and other processes.
Response for user data plan eligibility request message.
JSON representation | |
---|---|
{
"eligiblePlans": [
{
object ( |
Fields | |
---|---|
eligiblePlans[] |
List of plans that the user is eligible to purchase. |
EligiblePlan
Identifies the plan id for which a user is eligible.
JSON representation | |
---|---|
{ "planId": string } |
Fields | |
---|---|
planId |
Plan identifier, used to refer to the plan during offers, etc. |