Interface CartSetCustomLineItemRecurrenceInfoAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetCustomLineItemRecurrenceInfoAction extends CartUpdateAction

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


Example to create an instance using the builder pattern

     CartSetCustomLineItemRecurrenceInfoAction cartSetCustomLineItemRecurrenceInfoAction = CartSetCustomLineItemRecurrenceInfoAction.builder()
             .build()