PartnerSearchResultPlanEssentialViewModel
Slim representation of a partner search result plan, optimized for LLM and lightweight integrations. Contains only the fields needed for plan comparison, selection, and checkout. Returned when the search request specifies {responseDetailLevel=essential}.
- coverageType: string · CoverageTypeEnumenum
Type Possible values: None (0) - None, Powertrain (1) - Powertrain, PowertrainPlus (2) - PowertrainPlus, MostComprehensive (3) - MostComprehensive
values- None
- Powertrain
- Powertrain
Plus - Most
Comprehensive
- deductibleType: numberFormat: double
Deductible amount in USD per claim.
- displayType: string | null
Provider Name Display name of the warranty provider.
- downpaymentType: numberFormat: double
Down payment amount in USD required to activate the plan.
- durationType: integerFormat: int32
Plan duration in months.
- milesType: integerFormat: int32
Coverage mileage limit.
- monthlyType: numberFormat: double
Price Monthly payment amount in USD for installment plans.
- planType: number | nullFormat: double
Chaiz Rating Chaiz quality rating for this plan (0-10 scale, one decimal).
- planType: string | null
Checkout Url URL to the checkout page for this plan.
- planType: array object[] | null · PartnerHighlightViewModel[]
Highlights List of plan highlights or badges.
Represents a plan highlight or badge indicating a special quality.
- titleType: string | nullread-only
Human-readable title for the highlight. Derived from the highlight type enum.
- typeType: string · Highlightenum
Possible values: BestInCategory (1) - Best in category, Bestseller (2) - Bestseller, HiddenGem (3) - Hidden Gem, PremiumChoice (4) - Premium Choice, BestBasicPlus (5) - Best Basic Plus, BestPowertrain (6) - Best Powertrain, Balanced (7) - Balanced, WorkVehicleReady (8) - Work Vehicle Ready, HonestBasic (9) - Honest Basic, ValueChampion (10) - Value champion, MostGenerousProvider (11) - Most generous provider, AddonSelection (12) - Add-on selection, GenerousLimitOfLiability (13) - Generous Limit of liability, Overachiever (14) - Overachiever, GreatAddons (15) - Great Add-ons, MaintenanceIncluded (16) - Maintenance included
values- Best
In Category - Bestseller
- Hidden
Gem - Premium
Choice - Best
Basic Plus
- planType: integerFormat: int32
Id Underlying plan identifier, shared across the per-mileage-tier Chaiz.API.Models.Partners.V2.PartnerSearchResultPlanEssentialViewModel.SearchResultPlanId variants of the same plan. Lets lightweight integrations dedup variants down to one plan.
- planType: string | null
Name Name of the specific plan.
- planType: string | null
Rating Verdict Human-readable verdict summarizing the plan quality.
- planType: string | null
Summary Url URL to view a summary of plan coverage details.
- recommendationType: string | null
Summary One-line recommendation summary combining the plan's labels, rating, and highlights.
- resultType: array string[] | null
Labels Result-set-relative recommendation labels for this plan. Maximum of 2 labels per plan. Possible values: LOWEST_PRICE, HIGHEST_RATED, BEST_VALUE, BEST_COVERAGE.
- searchType: integerFormat: int32
Result Plan Id Unique identifier for this plan result. Required for creating an order.
- totalType: numberFormat: double
Price Total price of the plan in USD.