Typescript SDK Type Docs
    Preparing search index...

    Interface OrderRemovePaymentAction

    Produces the Order Payment Removed Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removePayment"

    Payment to remove from the PaymentInfo.