Interface NonRecurringOrdersOnly

All Superinterfaces:
RecurringOrderScope

public interface NonRecurringOrdersOnly extends RecurringOrderScope

Cart Discounts are applied to non-recurring Orders.


Example to create an instance using the builder pattern

     NonRecurringOrdersOnly nonRecurringOrdersOnly = NonRecurringOrdersOnly.builder()
             .build()
 
  • Field Details

    • NON_RECURRING_ORDERS_ONLY

      static final String NON_RECURRING_ORDERS_ONLY
      discriminator value for NonRecurringOrdersOnly
      See Also:
  • Method Details