@gradientedge/commercetools-utils
    Preparing search index...

    Interface MyPaymentChangeAmountPlannedAction

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

    interface MyPaymentChangeAmountPlannedAction {
        action: "changeAmountPlanned";
        amount: _Money;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeAmountPlanned"
    amount: _Money

    New value to set.