Interface MyCartRemovePaymentAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>
All Known Implementing Classes:
MyCartRemovePaymentActionImpl

public interface MyCartRemovePaymentAction extends MyCartUpdateAction
MyCartRemovePaymentAction
Example to create an instance using the builder pattern

     MyCartRemovePaymentAction myCartRemovePaymentAction = MyCartRemovePaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()