Interface MyPaymentChangeAmountPlannedAction

All Superinterfaces:
MyPaymentUpdateAction, ResourceUpdateAction<MyPaymentUpdateAction>

public interface MyPaymentChangeAmountPlannedAction extends MyPaymentUpdateAction

Can be used to update the Payment if a customer changes the Cart, or adds or removes a CartDiscount during checkout.


Example to create an instance using the builder pattern

     MyPaymentChangeAmountPlannedAction myPaymentChangeAmountPlannedAction = MyPaymentChangeAmountPlannedAction.builder()
             .amount(amountBuilder -> amountBuilder)
             .build()