EligibilityResponse

  • 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 (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.