OrderedProductTypes

Enumeration Members

Normal

Normal: "NORMAL";

Regular ordered product


Queued

Queued: "QUEUED";

An ordered product that will be added to the order when reaching position 1 in the queue


QueuedAddon

QueuedAddon: "QUEUED_ADDON";

An additional product will be added to the order


QueuedDefault

QueuedDefault: "QUEUED_DEFAULT";

An ordered product that will be added to the order if there is no queued ordered product


QueuedSkip

QueuedSkip: "QUEUED_SKIP";

No order will be created if a skip product is added on position 1 in the queue

Last updated