Discounts

Discounts Type

object (Discounts)

Discounts Properties

PropertyTypeRequiredNullable
discount_typestringOptionalcan be null
discountnumberOptionalcan be null
monthly_discountnumberOptionalcan be null

Sample JSON

{
  "discount_type": "California Good Drive",
  "discount": null,
  "monthly_discount": 30
}