EligibilityResponse

  • This documentation describes the JSON response for a user's data plan eligibility request.

  • The response includes a list of eligiblePlans that the user is qualified to purchase.

  • Each eligiblePlan is identified by a unique planId.

Response for user data plan eligibility request message.

JSON representation
{
  "eligiblePlans": [
    {
      object (EligiblePlan)
    }
  ]
}
Fields
eligiblePlans[]

object (EligiblePlan)

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

string

Plan identifier, used to refer to the plan during offers, etc.