interface MyCartRemovePaymentAction {
    action: "removePayment";
    payment: PaymentResourceIdentifier;
}

Properties

Properties

action: "removePayment"

Payment to remove from the Cart.

Generated using TypeDoc