Discounts Type
object
(Discounts)
Discounts Properties
Property | Type | Required | Nullable |
---|---|---|---|
discount_type | string | Optional | can be null |
discount | number | Optional | can be null |
monthly_discount | number | Optional | can be null |
Sample JSON
{
"discount_type": "California Good Drive",
"discount": null,
"monthly_discount": 30
}