Interface CartRemovePaymentAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartRemovePaymentActionImpl

public interface CartRemovePaymentAction extends CartUpdateAction
CartRemovePaymentAction
Example to create an instance using the builder pattern

     CartRemovePaymentAction cartRemovePaymentAction = CartRemovePaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()