Vehicle Discount

Vehicle Discount Type

object Vechile Discount

Policy Discount Properties

PropertyTypeRequiredNullable
total_discountnumberOptionalcan be null
monthly_total_discountnumberOptionalcan be null
discountsarrayOptionalcannot be null

Sample JSON

{
  "total_discount": null,
  "monthly_total_discount": 404,
  "discounts": [
    {
      "discount_type": "California Good Drive",
      "discount": null,
      "monthly_discount": 30
    }
  ]
}