Interface CartSetLineItemRecurrenceInfoAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetLineItemRecurrenceInfoAction extends CartUpdateAction

Sets the recurrence information on the LineItem. If the Cart is already associated with a Recurring Order, this action will fail.


Example to create an instance using the builder pattern

     CartSetLineItemRecurrenceInfoAction cartSetLineItemRecurrenceInfoAction = CartSetLineItemRecurrenceInfoAction.builder()
             .build()