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;
}

Properties

Properties

action: "changeAmountPlanned"
amount: _Money

New value to set.

Generated using TypeDoc