Interface MyCartSetCustomLineItemRecurrenceInfoAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>

public interface MyCartSetCustomLineItemRecurrenceInfoAction extends MyCartUpdateAction

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

     MyCartSetCustomLineItemRecurrenceInfoAction myCartSetCustomLineItemRecurrenceInfoAction = MyCartSetCustomLineItemRecurrenceInfoAction.builder()
             .build()