Domain Objects
Frequency
Frequency is the cadence at which orders associated with a given opt-in are placed. Frequency is a tuple consisting of “every” and “every period”. “Every period” may be days, weeks, months, or years, represented as 1, 2, 3, and 4 respectively. “Every” is a positive integer multiplier applied to the period. Together, “every” and “every period” are represented as a string separated by an underscore.
Examples
List of Frequencies
A list of frequencies is a space-separated list of frequency values, represented as a single string.
Examples
List of Product Components (Legacy Bundles)
A list of product components is a space-separated list of product IDs that together comprise a single product. This is useful for representing bundles or boxes.
Examples
Offer Type
Offer type refers to the type of UI element displayed for an offer. It is an enumerated string with the following valid values: radio, select, or toggle.