Typescript SDK Type Docs
    Preparing search index...

    Interface CartDiscountSetRecurringOrderScopeAction

    Sets the scope of the Cart Discount for Recurring Orders.

    interface CartDiscountSetRecurringOrderScopeAction {
        action: "setRecurringOrderScope";
        recurringOrderScope: RecurringOrderScopeDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setRecurringOrderScope"
    recurringOrderScope: RecurringOrderScopeDraft

    Scope of the Cart Discount for Recurring Orders.