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

    Interface OrderPaymentAddedMessagePayload

    Generated after a successful Add Payment update action or when a Payment is added via Order Edits.

    interface OrderPaymentAddedMessagePayload {
        payment: PaymentReference;
        type: "OrderPaymentAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Payment that was added to the Order.

    type: "OrderPaymentAdded"