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

Hierarchy (View Summary)

Properties

Properties

action: "removePayment"

Payment to remove from the PaymentInfo.