Dictionary

A dictionary with fields

Field Type Description
general Int Percent discount on all orders
first_order Int Percent discount on the first order from a user

Examples

Example 1

{
    "general": 13,
    "first_order": 16
}
1.9.0 stable