LeadFormDiscount

An object describing the “discount” reward type. When a lead goes through the form, this information will be displayed on every page.

Field nameTypeConditionsDescription
typestringreadable writablerequired
choices =
  • money - a fixed amount in rubles
  • percent - a percentage of the price
Discount type
valueintegerreadable writablerequiredDiscount value. For type=money, the expected amount is from 1 to 10 million rubles. For type=percent, the expected value is an integer percentage from 1 to 100.