For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enumeration: AppliedPromotionDeactivationStrategy

Enumeration Members

Times

Times: "TIMES";

Gets deactivated when used x number or times.


Unlimited

Unlimited: "UNLIMITED";

Never gets deactivated based on usage.


Value

Value: "VALUE";

Gets deactivated after a monetary limit has been reached.

Last updated

Was this helpful?