AI-generated Key Takeaways
-
This documentation describes the JSON response for a user's data plan eligibility request.
-
The response includes a list of
eligiblePlansthat the user is qualified to purchase. -
Each
eligiblePlanis identified by a uniqueplanId.
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. |