Interface PaymentChangeAmountPlannedAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentChangeAmountPlannedAction extends PaymentUpdateAction

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

     PaymentChangeAmountPlannedAction paymentChangeAmountPlannedAction = PaymentChangeAmountPlannedAction.builder()
             .amount(amountBuilder -> amountBuilder)
             .build()