Schema Documentation

ProductAddonFloatRange

Description

Float range object meant to define a floating point range for the user to interact with.

Fields
Field NameDescription
max - Float Maximum amount that can be selected.
min - Float Minimum amount that can be selected.
Example
{"max":987.65,"min":123.45}