Vehicle Discount Type
object
Vechile Discount
Policy Discount Properties
Property | Type | Required | Nullable |
---|---|---|---|
total_discount | number | Optional | can be null |
monthly_total_discount | number | Optional | can be null |
discounts | array | Optional | cannot be null |
Sample JSON
{
"total_discount": null,
"monthly_total_discount": 404,
"discounts": [
{
"discount_type": "California Good Drive",
"discount": null,
"monthly_discount": 30
}
]
}